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

  • Log In
  • Sign Up

Synthyra
/
ESM2-3B

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

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

  • Libraries
  • Transformers

    How to use Synthyra/ESM2-3B with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Synthyra/ESM2-3B", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("Synthyra/ESM2-3B", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ESM2-3B
11.4 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 121 commits
lhallee's picture
lhallee
Upload modeling_fastesm.py with huggingface_hub
37d9a0d verified 22 days ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • LICENSE
    1.2 kB
    Upload LICENSE with huggingface_hub about 2 months ago
  • README.md
    8.46 kB
    Upload README.md with huggingface_hub about 2 months ago
  • config.json
    1.15 kB
    Upload config 2 months ago
  • embedding_mixin.py
    19.9 kB
    Upload embedding_mixin.py with huggingface_hub about 2 months ago
  • entrypoint_setup.py
    895 Bytes
    Upload entrypoint_setup.py with huggingface_hub 2 months ago
  • model-00001-of-00003.safetensors
    4.93 GB
    xet
    Upload FastEsmForMaskedLM over 1 year ago
  • model-00002-of-00003.safetensors
    4.93 GB
    xet
    Upload FastEsmForMaskedLM over 1 year ago
  • model-00003-of-00003.safetensors
    1.5 GB
    xet
    Upload FastEsmForMaskedLM about 1 year ago
  • model.safetensors.index.json
    55.4 kB
    Upload FastEsmForMaskedLM 3 months ago
  • modeling_fastesm.py
    78.7 kB
    Upload modeling_fastesm.py with huggingface_hub 22 days ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer 3 months ago
  • tokenizer_config.json
    1.16 kB
    Upload tokenizer 3 months ago
  • vocab.txt
    93 Bytes
    Upload tokenizer 3 months ago