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

  • Log In
  • Sign Up

Synthyra
/
ESMplusplus_large

Fill-Mask
Transformers
Safetensors
ESMplusplus
custom_code
Model card Files Files and versions
xet
Community
9

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

  • Libraries
  • Transformers

    How to use Synthyra/ESMplusplus_large with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Synthyra/ESMplusplus_large", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("Synthyra/ESMplusplus_large", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

Mismatch Between Logits Output Size and Vocab Size in ESMplusplus Model for MLM Task

3
#10 opened 7 months ago by
acow

Have you or your group also done similar work for ESM3?

1
#9 opened 8 months ago by
zhanghao520
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs