Text Classification
Transformers
PyTorch
ONNX
Safetensors
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use AdamCodd/distilbert-base-uncased-finetuned-emotion-balanced with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AdamCodd/distilbert-base-uncased-finetuned-emotion-balanced with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="AdamCodd/distilbert-base-uncased-finetuned-emotion-balanced")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("AdamCodd/distilbert-base-uncased-finetuned-emotion-balanced") model = AutoModelForSequenceClassification.from_pretrained("AdamCodd/distilbert-base-uncased-finetuned-emotion-balanced") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 16c46d3
Update README.md f15b4c0
Update README.md 77e5323
Update README.md ad447c1
Update README.md 759302b
Update README.md 3ef8c53
Update README.md 31bc139
Update README.md fe8c68a
Add ONNX repo 37e6288
Update README.md 844544c
Add examples sentences for each emotion 2f8ff13
Update README.md 302d8c2
Update README.md 8f2de35
Update README.md 46bc643
Librarian Bot: Add base_model information to model (#2) aa933b6
Update README.md 1766d87
Update README.md a9e4130
Update README.md 89a3ada
Update README.md 5880dc0
Update README.md 1e88d93
Update README.md 9c5fb8a
Update README.md ac8a2b2
Update README.md 825f3b7
Update README.md aaad9ac
initial commit 8c652a1
Adam commited on