Text Classification
Transformers
PyTorch
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use aidiary/distilbert-base-uncased-finetuned-emotion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aidiary/distilbert-base-uncased-finetuned-emotion with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="aidiary/distilbert-base-uncased-finetuned-emotion")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("aidiary/distilbert-base-uncased-finetuned-emotion") model = AutoModelForSequenceClassification.from_pretrained("aidiary/distilbert-base-uncased-finetuned-emotion", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 564d8ec4416fa251d876dee28adbb487164fc121370db013816721b4c772110d
- Size of remote file:
- 3.96 kB
- SHA256:
- 3afcce3365dde07459cbeebaac81b0c4259411cda14d68cfb4e8267fbc303146
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.