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

facebook
/
esm2_t6_8M_UR50D

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

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

  • Libraries
  • Transformers

    How to use facebook/esm2_t6_8M_UR50D with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="facebook/esm2_t6_8M_UR50D")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("facebook/esm2_t6_8M_UR50D")
    model = AutoModelForMaskedLM.from_pretrained("facebook/esm2_t6_8M_UR50D")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
esm2_t6_8M_UR50D
93.1 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 17 commits
Rocketknight1's picture
Rocketknight1 HF Staff
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#6)
c731040 about 3 years ago
  • .gitattributes
    1.44 kB
    Adding `safetensors` variant of this model (#6) about 3 years ago
  • README.md
    1.71 kB
    Create README.md over 3 years ago
  • config.json
    775 Bytes
    Update TF weights over 3 years ago
  • model.safetensors
    31.4 MB
    xet
    Adding `safetensors` variant of this model (#6) about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    31.4 MB
    xet
    Upload EsmForMaskedLM over 3 years ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer over 3 years ago
  • tf_model.h5
    30.3 MB
    xet
    Update TF weights over 3 years ago
  • tokenizer_config.json
    95 Bytes
    Upload tokenizer over 3 years ago
  • vocab.txt
    93 Bytes
    Upload tokenizer over 3 years ago