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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

sunil9938
/
distilbert-lora-sentiment-amazon

PEFT
Safetensors
English
sentiment-analysis
lora
distilbert
amazon-reviews
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use sunil9938/distilbert-lora-sentiment-amazon with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use sunil9938/distilbert-lora-sentiment-amazon with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("distilbert-base-uncased")
    model = PeftModel.from_pretrained(base_model, "sunil9938/distilbert-lora-sentiment-amazon")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-lora-sentiment-amazon
3.68 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
sunil9938's picture
sunil9938
Upload README.md with huggingface_hub
e4e3ac0 verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    2.76 kB
    Upload README.md with huggingface_hub about 1 month ago
  • adapter_config.json
    1.13 kB
    Upload folder using huggingface_hub about 1 month ago
  • adapter_model.safetensors
    2.96 MB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer.json
    711 kB
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer_config.json
    365 Bytes
    Upload folder using huggingface_hub about 1 month ago