Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

multimolecule
/
rinalmo-giga

Fill-Mask
MultiMolecule
Safetensors
rna
rinalmo
Biology
RNA
ncRNA
Model card Files Files and versions
xet
Community

Instructions to use multimolecule/rinalmo-giga with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • MultiMolecule

    How to use multimolecule/rinalmo-giga with MultiMolecule:

    pip install multimolecule
    from multimolecule import AutoModel, AutoTokenizer
    
    tokenizer = AutoTokenizer.from_pretrained("multimolecule/rinalmo-giga")
    model = AutoModel.from_pretrained("multimolecule/rinalmo-giga")
    
    inputs = tokenizer("UAGCUUAUCAGACUGAUGUUGA", return_tensors="pt")
    outputs = model(**inputs)
    embeddings = outputs.last_hidden_state
    import multimolecule
    from transformers import pipeline
    
    predictor = pipeline("fill-mask", model="multimolecule/rinalmo-giga")
    output = predictor("UAGCUUAUCAG<mask>CUGAUGUUGA")
  • Notebooks
  • Google Colab
  • Kaggle
rinalmo-giga
2.6 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
ZhiyuanChen's picture
ZhiyuanChen
Upload folder using huggingface_hub
188496d verified 10 days ago
  • .gitattributes
    1.52 kB
    initial commit 10 days ago
  • README.md
    15.8 kB
    Upload folder using huggingface_hub 10 days ago
  • config.json
    889 Bytes
    Upload folder using huggingface_hub 10 days ago
  • license-faq.md
    22.8 kB
    Upload folder using huggingface_hub 10 days ago
  • license.md
    34.1 kB
    Upload folder using huggingface_hub 10 days ago
  • model.safetensors
    2.6 GB
    xet
    Upload folder using huggingface_hub 10 days ago
  • tokenizer_config.json
    1.47 kB
    Upload folder using huggingface_hub 10 days ago
  • vocab.txt
    77 Bytes
    Upload folder using huggingface_hub 10 days ago