Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use learn2pro/distilbert-base-uncased_emotion_ft_learn2pro with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use learn2pro/distilbert-base-uncased_emotion_ft_learn2pro with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="learn2pro/distilbert-base-uncased_emotion_ft_learn2pro")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("learn2pro/distilbert-base-uncased_emotion_ft_learn2pro") model = AutoModelForSequenceClassification.from_pretrained("learn2pro/distilbert-base-uncased_emotion_ft_learn2pro", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training Completed!
Browse files
runs/Jun24_04-29-51_ffa12c51e099/events.out.tfevents.1687581570.ffa12c51e099.431.0
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:998868a266e1c16b09c16f98589217e03aca878e3c52bec3ba72175a1b22589c
|
| 3 |
+
size 6913
|