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

SeifElislamm
/
distilbert-sentiment-twitter

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

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

  • Libraries
  • PEFT

    How to use SeifElislamm/distilbert-sentiment-twitter with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("distilbert-base-uncased")
    model = PeftModel.from_pretrained(base_model, "SeifElislamm/distilbert-sentiment-twitter")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-sentiment-twitter
4.51 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
SeifElislamm's picture
SeifElislamm
Upload README.md with huggingface_hub
2cf8da9 verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    9.72 kB
    Upload README.md with huggingface_hub 6 months ago
  • adapter_config.json
    884 Bytes
    Upload model 6 months ago
  • adapter_model.safetensors
    3.56 MB
    xet
    Upload model 6 months ago
  • config.json
    591 Bytes
    Upload config.json with huggingface_hub 6 months ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer 6 months ago
  • tokenizer.json
    712 kB
    Upload tokenizer 6 months ago
  • tokenizer_config.json
    1.23 kB
    Upload tokenizer 6 months ago
  • vocab.txt
    232 kB
    Upload tokenizer 6 months ago