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

  • Log In
  • Sign Up

sihuapeng
/
PPPSL

Text Classification
Transformers
Safetensors
esm
biology
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use sihuapeng/PPPSL with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="sihuapeng/PPPSL")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("sihuapeng/PPPSL")
    model = AutoModelForSequenceClassification.from_pretrained("sihuapeng/PPPSL")
  • Notebooks
  • Google Colab
  • Kaggle
PPPSL
5.68 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 55 commits
sihuapeng's picture
sihuapeng
Update README.md
0524995 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    3.56 kB
    Update README.md over 1 year ago
  • config.json
    1.17 kB
    Add fine-tuned model files almost 2 years ago
  • model-00001-of-00002.safetensors
    4.99 GB
    xet
    Add fine-tuned model files almost 2 years ago
  • model-00002-of-00002.safetensors
    695 MB
    xet
    Add fine-tuned model files almost 2 years ago
  • model.safetensors.index.json
    55.3 kB
    Add fine-tuned model files almost 2 years ago
  • special_tokens_map.json
    125 Bytes
    Add fine-tuned model files almost 2 years ago
  • tokenizer_config.json
    1.13 kB
    Add fine-tuned model files almost 2 years ago
  • vocab.txt
    93 Bytes
    Add fine-tuned model files almost 2 years ago