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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

facebook
/
esm2_t48_15B_UR50D

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

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

  • Libraries
  • Transformers

    How to use facebook/esm2_t48_15B_UR50D with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="facebook/esm2_t48_15B_UR50D")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("facebook/esm2_t48_15B_UR50D")
    model = AutoModelForMaskedLM.from_pretrained("facebook/esm2_t48_15B_UR50D", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
esm2_t48_15B_UR50D
60.5 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
Rocketknight1's picture
Rocketknight1 HF Staff
Upload tokenizer
5fbca39 over 3 years ago
  • .gitattributes
    1.38 kB
    initial commit almost 4 years ago
  • README.md
    1.71 kB
    Create README.md almost 4 years ago
  • config.json
    725 Bytes
    Upload EsmForMaskedLM over 3 years ago
  • pytorch_model-00001-of-00007.bin
    9.67 GB
    xet
    Upload EsmForMaskedLM over 3 years ago
  • pytorch_model-00002-of-00007.bin
    9.65 GB
    xet
    Update LM head bias almost 4 years ago
  • pytorch_model-00003-of-00007.bin
    9.96 GB
    xet
    Update LM head bias almost 4 years ago
  • pytorch_model-00004-of-00007.bin
    9.96 GB
    xet
    Update LM head bias almost 4 years ago
  • pytorch_model-00005-of-00007.bin
    9.96 GB
    xet
    Update LM head bias almost 4 years ago
  • pytorch_model-00006-of-00007.bin
    9.96 GB
    xet
    Update LM head bias almost 4 years ago
  • pytorch_model-00007-of-00007.bin
    1.36 GB
    xet
    Upload EsmForMaskedLM over 3 years ago
  • pytorch_model.bin.index.json
    73.7 kB
    Upload EsmForMaskedLM over 3 years ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer almost 4 years ago
  • tokenizer_config.json
    95 Bytes
    Upload tokenizer over 3 years ago
  • vocab.txt
    93 Bytes
    Upload tokenizer almost 4 years ago