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
18

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
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

TemporalMesh Transformer: 29.4 PPL at 48% compute — beats Mamba, new open-source architecture

#18 opened 21 days ago by
vigneshwar234

Request: DOI

#17 opened 6 months ago by
cla1r3

Request: DOI

#16 opened 10 months ago by
SathiyajithX

Request: DOI

#15 opened over 1 year ago by
Atharvab7

Request: DOI

#13 opened over 1 year ago by
JK-slone

Attention matrix

1
#12 opened almost 3 years ago by
stolosa

Lower precision

#11 opened almost 3 years ago by
pipparichter

PEFT LoRA and QLoRA

#10 opened almost 3 years ago by
AmelieSchreiber

accessing to embedding layer and generate embeddings step by step

#9 opened about 3 years ago by
francescopatane

Understanding vocabulary size

#8 opened about 3 years ago by
dannyLCG

how visualize attention matrix

2
#7 opened about 3 years ago by
francescopatane

TorchScript export failed. Maybe related to sequence length cache.

#5 opened over 3 years ago by
chenchaozhao

inferring device map for model

#4 opened over 3 years ago by
mahdi-b

passing parameters to the underlying model's forward

4
#3 opened over 3 years ago by
mahdi-b
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs