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_t36_3B_UR50D

Fill-Mask
Transformers
PyTorch
google-tensorflow TensorFlow
esm
Model card Files Files and versions
xet
Community
20

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

  • Libraries
  • Transformers

    How to use facebook/esm2_t36_3B_UR50D with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="facebook/esm2_t36_3B_UR50D")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("facebook/esm2_t36_3B_UR50D")
    model = AutoModelForMaskedLM.from_pretrained("facebook/esm2_t36_3B_UR50D", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
esm2_t36_3B_UR50D
22.7 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
Rocketknight1's picture
Rocketknight1 HF Staff
Update TF weights
476b639 over 3 years ago
  • .gitattributes
    1.38 kB
    initial commit almost 4 years ago
  • README.md
    1.71 kB
    Create README.md over 3 years ago
  • config.json
    779 Bytes
    Update TF weights over 3 years ago
  • pytorch_model-00001-of-00002.bin

    Detected Pickle imports (4)

    • "torch.LongStorage",
    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    9.98 GB
    xet
    Upload EsmForMaskedLM over 3 years ago
  • pytorch_model-00002-of-00002.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    1.39 GB
    xet
    Upload EsmForMaskedLM over 3 years ago
  • pytorch_model.bin.index.json
    55.5 kB
    Upload EsmForMaskedLM over 3 years ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer almost 4 years ago
  • tf_model-00001-of-00002.h5
    9.97 GB
    xet
    Update TF weights over 3 years ago
  • tf_model-00002-of-00002.h5
    1.39 GB
    xet
    Update TF weights over 3 years ago
  • tf_model.h5.index.json
    68.3 kB
    Update TF weights over 3 years ago
  • tokenizer_config.json
    95 Bytes
    Upload tokenizer over 3 years ago
  • vocab.txt
    93 Bytes
    Upload tokenizer almost 4 years ago