Text Classification
Transformers
Safetensors
distilbert
emotion-classification
text-embeddings-inference
Instructions to use hamzawaheed/emotion-classification-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hamzawaheed/emotion-classification-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="hamzawaheed/emotion-classification-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("hamzawaheed/emotion-classification-model") model = AutoModelForSequenceClassification.from_pretrained("hamzawaheed/emotion-classification-model") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
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:167eec34e1f959140e148889f948d8ca03f5c3486994ce03f0fae96f1e013c6d
|
| 3 |
size 267844872
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:037b20a108e5e1bbfc84287b9c78f6ee884f750423b982e7559a78a0b4e5e6e6
|
| 3 |
size 5304
|