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

  • Log In
  • Sign Up

CluelessNovice
/
demo_regression

PEFT
Safetensors
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use CluelessNovice/demo_regression with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("westlake-repl/SaProt_35M_AF2")
    model = PeftModel.from_pretrained(base_model, "CluelessNovice/demo_regression")
  • Notebooks
  • Google Colab
  • Kaggle
demo_regression
12.1 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
Zhikai Li
Upload adapter model
481eb42 almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • Model-demo-35M.zip

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    3.94 MB
    xet
    Upload adapter model almost 2 years ago
  • Model-demo2-35M.zip

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    3.94 MB
    xet
    Upload adapter model almost 2 years ago
  • README.md
    655 Bytes
    Upload adapter model almost 2 years ago
  • adapter_config.json
    723 Bytes
    Upload adapter model almost 2 years ago
  • adapter_model.safetensors
    4.26 MB
    xet
    Upload adapter model almost 2 years ago
  • metadata.json
    34 Bytes
    Upload adapter model almost 2 years ago