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

  • Log In
  • Sign Up

pszmk
/
hydramp

Feature Extraction
Transformers
Safetensors
hydramp
lamp
antimicrobial-peptides
custom-code
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use pszmk/hydramp with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="pszmk/hydramp", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("pszmk/hydramp", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
hydramp
2.44 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
pszmk's picture
pszmk
Upload HydrAMP model
e9ec028 verified 6 days ago
  • .gitattributes
    1.52 kB
    initial commit 6 days ago
  • README.md
    4.82 kB
    Upload HydrAMP model 6 days ago
  • __init__.py
    35 Bytes
    Upload HydrAMP model 6 days ago
  • config.json
    452 Bytes
    Upload HydrAMP model 6 days ago
  • config.py
    1.31 kB
    Upload HydrAMP model 6 days ago
  • hydramp.py
    6.99 kB
    Upload HydrAMP model 6 days ago
  • model.py
    3.85 kB
    Upload HydrAMP model 6 days ago
  • model.safetensors
    2.41 MB
    xet
    Upload HydrAMP model 6 days ago
  • tokenizer.py
    2.86 kB
    Upload HydrAMP model 6 days ago