Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

GleghornLab
/
asm35_exp

Fill-Mask
Transformers
Safetensors
esm
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use GleghornLab/asm35_exp with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="GleghornLab/asm35_exp")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("GleghornLab/asm35_exp")
    model = AutoModelForMaskedLM.from_pretrained("GleghornLab/asm35_exp")
  • Notebooks
  • Google Colab
  • Kaggle
asm35_exp
200 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
lhallee's picture
lhallee
Update README.md
5dadc7b verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    211 Bytes
    Update README.md almost 2 years ago
  • config.json
    778 Bytes
    Upload CustomEsmForMaskedLM almost 2 years ago
  • model.safetensors
    200 MB
    xet
    Upload CustomEsmForMaskedLM almost 2 years ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer almost 2 years ago
  • tokenizer_config.json
    1.13 kB
    Upload tokenizer almost 2 years ago
  • vocab.txt
    93 Bytes
    Upload tokenizer almost 2 years ago