Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use Shadman-Rohan/distilbert-base-uncased-finetuned-emotion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Shadman-Rohan/distilbert-base-uncased-finetuned-emotion with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Shadman-Rohan/distilbert-base-uncased-finetuned-emotion")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Shadman-Rohan/distilbert-base-uncased-finetuned-emotion") model = AutoModelForSequenceClassification.from_pretrained("Shadman-Rohan/distilbert-base-uncased-finetuned-emotion", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
862aa71
1
Parent(s): 14949b8
Training completed!
Browse files
runs/Apr05_20-25-22_9c559dae8caa/events.out.tfevents.1649190329.9c559dae8caa.73.2
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bcad54ce6bc9503c16cb76f32e70858493458c9d43c562827c2a682ea7045cc9
|
| 3 |
+
size 4928
|