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

gitter-lab
/
METL

Feature Extraction
Transformers
Safetensors
METL
biology
protein
custom_code
Model card Files Files and versions
xet
Community

Instructions to use gitter-lab/METL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use gitter-lab/METL with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="gitter-lab/METL", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("gitter-lab/METL", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
METL / metl
97.5 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
jgpeters's picture
jgpeters
Upload 6 files
1ab0116 verified almost 2 years ago
  • __init__.py
    42 Bytes
    Upload 6 files almost 2 years ago
  • encode.py
    2.1 kB
    Upload 6 files almost 2 years ago
  • main.py
    5.78 kB
    Upload 6 files almost 2 years ago
  • models.py
    54.2 kB
    Upload 6 files almost 2 years ago
  • relative_attention.py
    28.9 kB
    Upload 6 files almost 2 years ago
  • structure.py
    6.45 kB
    Upload 6 files almost 2 years ago