Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use yangswei/emotion_text_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yangswei/emotion_text_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="yangswei/emotion_text_classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("yangswei/emotion_text_classification") model = AutoModelForSequenceClassification.from_pretrained("yangswei/emotion_text_classification") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267844872
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7cc17ee76cef5743c50dfeb414f7eb92c2742016a221e67ad6f2532eaf9cf7d6
|
| 3 |
size 267844872
|
runs/Mar18_13-23-48_80ed13380bc0/events.out.tfevents.1710768236.80ed13380bc0.8204.4
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:5745ad869ade1fc6c81fd35c4b615f80f65e4a725634a0d15282eed4a4beed62
|
| 3 |
+
size 7727
|