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

  • Log In
  • Sign Up

SaeedLab
/
ProtEnrich-ProGen2

Feature Extraction
Transformers
Safetensors
protenrich
proteins
bioinformatics
drug-discovery
custom_code
Model card Files Files and versions
xet
Community

Instructions to use SaeedLab/ProtEnrich-ProGen2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use SaeedLab/ProtEnrich-ProGen2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="SaeedLab/ProtEnrich-ProGen2", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("SaeedLab/ProtEnrich-ProGen2", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ProtEnrich-ProGen2
60.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
gabrielbianchin's picture
gabrielbianchin
update readme
21267d6 about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    7.11 kB
    update readme about 2 months ago
  • config.json
    500 Bytes
    upload 2 months ago
  • configuration_protenrich.py
    592 Bytes
    upload 2 months ago
  • model.safetensors
    60.1 MB
    xet
    upload 2 months ago
  • modeling_protenrich.py
    3.83 kB
    upload 2 months ago