Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use postgrammar/distilbert-base-uncased-finetuned-emotion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use postgrammar/distilbert-base-uncased-finetuned-emotion with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="postgrammar/distilbert-base-uncased-finetuned-emotion")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("postgrammar/distilbert-base-uncased-finetuned-emotion") model = AutoModelForSequenceClassification.from_pretrained("postgrammar/distilbert-base-uncased-finetuned-emotion", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
f15569f
1
Parent(s): 9268738
Training completed!
Browse files
runs/Jul04_16-27-30_db8cfecdd941/events.out.tfevents.1656955071.db8cfecdd941.62.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:91470f9c69d1e065b867abbfb0c1cc3e8dac2dd9a220b61b38227abc5f99b68f
|
| 3 |
+
size 4829
|