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

EscheWang
/
AIDO.RNA-1.6B-hf

Fill-Mask
Transformers
Safetensors
aido_rna
rna
biology
bert
masked-lm
custom_code
Model card Files Files and versions
xet
Community

Instructions to use EscheWang/AIDO.RNA-1.6B-hf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use EscheWang/AIDO.RNA-1.6B-hf with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="EscheWang/AIDO.RNA-1.6B-hf", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("EscheWang/AIDO.RNA-1.6B-hf", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
AIDO.RNA-1.6B-hf
6.45 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
EscheWang's picture
EscheWang
Upload AIDO.RNA-1.6B with HF auto_map + trust_remote_code plumbing
ef412a8 verified about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    1.94 kB
    Upload AIDO.RNA-1.6B with HF auto_map + trust_remote_code plumbing about 2 months ago
  • config.json
    928 Bytes
    Upload AIDO.RNA-1.6B with HF auto_map + trust_remote_code plumbing about 2 months ago
  • configuration_aido.py
    7.68 kB
    Upload AIDO.RNA-1.6B with HF auto_map + trust_remote_code plumbing about 2 months ago
  • model.safetensors.index.json
    55.2 kB
    Upload AIDO.RNA-1.6B with HF auto_map + trust_remote_code plumbing about 2 months ago
  • modeling_aido.py
    70.4 kB
    Upload AIDO.RNA-1.6B with HF auto_map + trust_remote_code plumbing about 2 months ago
  • pytorch_model-00001-of-00002.safetensors
    4.98 GB
    xet
    Upload AIDO.RNA-1.6B with HF auto_map + trust_remote_code plumbing about 2 months ago
  • pytorch_model-00002-of-00002.safetensors
    1.47 GB
    xet
    Upload AIDO.RNA-1.6B with HF auto_map + trust_remote_code plumbing about 2 months ago
  • tokenization_aido.py
    6.42 kB
    Upload AIDO.RNA-1.6B with HF auto_map + trust_remote_code plumbing about 2 months ago
  • tokenizer_config.json
    329 Bytes
    Upload AIDO.RNA-1.6B with HF auto_map + trust_remote_code plumbing about 2 months ago
  • vocab.txt
    84 Bytes
    Upload AIDO.RNA-1.6B with HF auto_map + trust_remote_code plumbing about 2 months ago