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

solwol
/
roberta-sentiment-classifier-peft

Text Classification
PEFT
Safetensors
roberta
Model card Files Files and versions
xet
Community

Instructions to use solwol/roberta-sentiment-classifier-peft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use solwol/roberta-sentiment-classifier-peft with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("roberta-base")
    model = PeftModel.from_pretrained(base_model, "solwol/roberta-sentiment-classifier-peft")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-sentiment-classifier-peft
4.15 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 28 commits
solwol's picture
solwol
Update README.md
2b95880 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.13 kB
    Update README.md about 2 years ago
  • adapter_config.json
    643 Bytes
    Upload 2 files about 2 years ago
  • adapter_model.safetensors
    4.15 MB
    xet
    Upload 2 files about 2 years ago