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

flair-bio
/
amplify-120m

Fill-Mask
Transformers
Safetensors
English
amplify
biology
protein
protein-language-model
masked-language-modeling
flair-lab
custom_code
Model card Files Files and versions
xet
Community

Instructions to use flair-bio/amplify-120m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use flair-bio/amplify-120m with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="flair-bio/amplify-120m", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("flair-bio/amplify-120m", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
amplify-120m
473 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
qfournier's picture
qfournier
Update README.md
6698326 verified 4 days ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    5.59 kB
    Update README.md 4 days ago
  • amplify.py
    22.9 kB
    Update amplify.py about 1 month ago
  • config.json
    799 Bytes
    Upload AMPLIFY checkpoint about 2 months ago
  • model.safetensors
    473 MB
    xet
    Upload AMPLIFY 120M checkpoint (step 1025000) about 1 month ago
  • tokenizer.json
    2.69 kB
    Upload AMPLIFY checkpoint about 2 months ago
  • tokenizer.py
    16.5 kB
    Upload AMPLIFY checkpoint about 2 months ago
  • tokenizer_config.json
    573 Bytes
    Upload AMPLIFY 120M checkpoint (step 1025000) about 1 month ago