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

  • Log In
  • Sign Up

Synthyra
/
SYNTERACT2

Feature Extraction
Transformers
protein language model
biology
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Synthyra/SYNTERACT2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Synthyra/SYNTERACT2")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Synthyra/SYNTERACT2", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
SYNTERACT2
1.73 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
lhallee's picture
lhallee
Update README.md
83b9680 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    206 Bytes
    Update README.md over 1 year ago