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
/
ESM3_small

Feature Extraction
Transformers
Safetensors
fast_esm3
biology
protein-language-model
esm3
multimodal-protein-model
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Synthyra/ESM3_small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Synthyra/ESM3_small", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Synthyra/ESM3_small", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ESM3_small
5.61 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 22 commits
lhallee's picture
lhallee
Upload README.md with huggingface_hub
9838d40 verified 4 days ago
  • .gitattributes
    1.52 kB
    initial commit 9 days ago
  • LICENSE
    1.22 kB
    Upload LICENSE with huggingface_hub 4 days ago
  • README.md
    5.09 kB
    Upload README.md with huggingface_hub 4 days ago
  • config.json
    539 Bytes
    Upload config 9 days ago
  • model-00001-of-00002.safetensors
    4.97 GB
    xet
    Upload model 9 days ago
  • model-00002-of-00002.safetensors
    633 MB
    xet
    Upload model 9 days ago
  • model.safetensors.index.json
    47.5 kB
    Upload model 9 days ago
  • modeling_esm3.py
    62.4 kB
    Upload modeling_esm3.py with huggingface_hub 4 days ago
  • special_tokens_map.json
    171 Bytes
    Upload tokenizer 9 days ago
  • tokenizer.json
    3.18 kB
    Upload tokenizer 9 days ago
  • tokenizer_config.json
    1.4 kB
    Upload tokenizer 9 days ago