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

rabindra-sss
/
sentiment-distilbert

PEFT
Safetensors
distilbert-base-uncased
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use rabindra-sss/sentiment-distilbert with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("distilbert-base-uncased")
    model = PeftModel.from_pretrained(base_model, "rabindra-sss/sentiment-distilbert")
  • Notebooks
  • Google Colab
  • Kaggle
sentiment-distilbert
3.47 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
rabindra-sss's picture
rabindra-sss
Upload 7 files
e13dd4f verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    5.1 kB
    Upload 9 files over 1 year ago
  • adapter_config.json
    661 Bytes
    Upload 7 files over 1 year ago
  • adapter_model.safetensors
    2.52 MB
    xet
    Upload 7 files over 1 year ago
  • config.json
    376 Bytes
    Update config.json over 1 year ago
  • special_tokens_map.json
    125 Bytes
    Upload 7 files over 1 year ago
  • tokenizer.json
    711 kB
    Upload 9 files over 1 year ago
  • tokenizer_config.json
    1.22 kB
    Upload 7 files over 1 year ago
  • vocab.txt
    232 kB
    Upload 9 files over 1 year ago