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
/
dnaberts

Feature Extraction
MultiMolecule
Safetensors
Upper Grand Valley Dani
dnaberts
Biology
DNA
Model card Files Files and versions
xet
Community

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

  • Libraries
  • MultiMolecule

    How to use multimolecule/dnaberts with MultiMolecule:

    pip install multimolecule
    from multimolecule import AutoModel, AutoTokenizer
    
    tokenizer = AutoTokenizer.from_pretrained("multimolecule/dnaberts")
    model = AutoModel.from_pretrained("multimolecule/dnaberts")
    
    inputs = tokenizer("ACTCCCCTGCCCTCAACAAGATGTTTTGCCAACTGGCCAAGACCTGCCCTGTGCAGCTGTGGGTTGATTCCACACCCCCGCCCGGCACCCGCGTCCGCGCCATGGCCATCTACAAGCAGTCACAGCACATGACGGAGGTTGTGAGGCGCTGCCCCCACCATGAGCGCTGCTCAGATAGCGATGG", return_tensors="pt")
    outputs = model(**inputs)
    embeddings = outputs.last_hidden_state
  • Notebooks
  • Google Colab
  • Kaggle
dnaberts
469 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
ZhiyuanChen's picture
ZhiyuanChen
Upload folder using huggingface_hub
131a162 verified 10 days ago
  • .gitattributes
    1.52 kB
    initial commit 10 days ago
  • README.md
    13.6 kB
    Upload folder using huggingface_hub 10 days ago
  • config.json
    886 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
    468 MB
    xet
    Upload folder using huggingface_hub 10 days ago
  • tokenizer.json
    287 kB
    Upload folder using huggingface_hub 10 days ago
  • tokenizer_config.json
    441 Bytes
    Upload folder using huggingface_hub 10 days ago