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

LaelaZ
/
distilbert-emotion

Text Classification
Transformers
Safetensors
English
distilbert
emotion
sentiment
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use LaelaZ/distilbert-emotion with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="LaelaZ/distilbert-emotion")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("LaelaZ/distilbert-emotion")
    model = AutoModelForSequenceClassification.from_pretrained("LaelaZ/distilbert-emotion")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-emotion
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
LaelaZ's picture
LaelaZ
Model card: voice pass (drop ship tell, em-dashes out); metrics and tables unchanged
e4f7cbb verified 4 days ago
  • assets
    Add confusion matrix + error-analysis report 5 days ago
  • reports
    Add confusion matrix + error-analysis report 5 days ago
  • .gitattributes
    1.52 kB
    initial commit 10 days ago
  • README.md
    5.44 kB
    Model card: voice pass (drop ship tell, em-dashes out); metrics and tables unchanged 4 days ago
  • config.json
    760 Bytes
    Add fine-tuned DistilBERT emotion classifier 10 days ago
  • model.safetensors
    268 MB
    xet
    Add fine-tuned DistilBERT emotion classifier 10 days ago
  • special_tokens_map.json
    125 Bytes
    Add fine-tuned DistilBERT emotion classifier 10 days ago
  • tokenizer.json
    712 kB
    Add fine-tuned DistilBERT emotion classifier 10 days ago
  • tokenizer_config.json
    1.23 kB
    Add fine-tuned DistilBERT emotion classifier 10 days ago
  • vocab.txt
    232 kB
    Add fine-tuned DistilBERT emotion classifier 10 days ago