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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

h4duan
/
PAIR-esm2

Feature Extraction
Transformers
Safetensors
esm
Model card Files Files and versions
xet
Community

Instructions to use h4duan/PAIR-esm2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use h4duan/PAIR-esm2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="h4duan/PAIR-esm2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("h4duan/PAIR-esm2")
    model = AutoModel.from_pretrained("h4duan/PAIR-esm2", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
PAIR-esm2
2.61 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
h4duan's picture
h4duan
Update README.md
732b248 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    2.31 kB
    Update README.md about 2 years ago
  • config.json
    764 Bytes
    Upload model about 2 years ago
  • model.safetensors
    2.61 GB
    xet
    Upload model about 2 years ago