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

Synthyra
/
ESMplusplus_6B

Fill-Mask
Transformers
Safetensors
ESMplusplus
biology
esm
protein
protein-language-model
masked-language-modeling
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Synthyra/ESMplusplus_6B with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Synthyra/ESMplusplus_6B", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("Synthyra/ESMplusplus_6B", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ESMplusplus_6B
25.4 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
lhallee's picture
lhallee
Upload README.md with huggingface_hub
c9346a6 verified 1 day ago
  • .gitattributes
    1.52 kB
    initial commit 6 days ago
  • LICENSE
    1.23 kB
    Upload LICENSE with huggingface_hub 1 day ago
  • README.md
    7.76 kB
    Upload README.md with huggingface_hub 1 day ago
  • config.json
    747 Bytes
    Upload config 6 days ago
  • model-00001-of-00006.safetensors
    4.86 GB
    xet
    Upload ESMplusplusForMaskedLM 6 days ago
  • model-00002-of-00006.safetensors
    4.97 GB
    xet
    Upload ESMplusplusForMaskedLM 6 days ago
  • model-00003-of-00006.safetensors
    4.86 GB
    xet
    Upload ESMplusplusForMaskedLM 6 days ago
  • model-00004-of-00006.safetensors
    4.97 GB
    xet
    Upload ESMplusplusForMaskedLM 6 days ago
  • model-00005-of-00006.safetensors
    4.86 GB
    xet
    Upload ESMplusplusForMaskedLM 6 days ago
  • model-00006-of-00006.safetensors
    874 MB
    xet
    Upload ESMplusplusForMaskedLM 6 days ago
  • model.safetensors.index.json
    67.5 kB
    Upload ESMplusplusForMaskedLM 6 days ago
  • modeling_esm_plusplus.py
    103 kB
    Upload modeling_esm_plusplus.py with huggingface_hub 1 day ago
  • special_tokens_map.json
    171 Bytes
    Upload tokenizer 6 days ago
  • tokenizer.json
    3.18 kB
    Upload tokenizer 6 days ago
  • tokenizer_config.json
    1.4 kB
    Upload tokenizer 6 days ago