Image Classification
Transformers
PyTorch
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use kensvin/emotion_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kensvin/emotion_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="kensvin/emotion_classification") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("kensvin/emotion_classification") model = AutoModelForImageClassification.from_pretrained("kensvin/emotion_classification") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -40,5 +40,5 @@
|
|
| 40 |
"problem_type": "single_label_classification",
|
| 41 |
"qkv_bias": true,
|
| 42 |
"torch_dtype": "float32",
|
| 43 |
-
"transformers_version": "4.33.
|
| 44 |
}
|
|
|
|
| 40 |
"problem_type": "single_label_classification",
|
| 41 |
"qkv_bias": true,
|
| 42 |
"torch_dtype": "float32",
|
| 43 |
+
"transformers_version": "4.33.2"
|
| 44 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343287149
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10db649775789f233c3d205073e4d202277bbb23346c60cbfa3c25d1fef24a9a
|
| 3 |
size 343287149
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4091
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3aeda222deb0bae128be8753e25e2133c73901ea3d1429acf841790dd4bc053f
|
| 3 |
size 4091
|