Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use Syizuril/emotion_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Syizuril/emotion_classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Syizuril/emotion_classifier") 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("Syizuril/emotion_classifier") model = AutoModelForImageClassification.from_pretrained("Syizuril/emotion_classifier") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 10
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1213285872
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0c1701a4d31b623bcc36c2ad546bb50ccf0ca852e8477729bf63d79a7fa2d57
|
| 3 |
size 1213285872
|
runs/Feb23_06-20-10_bc23ef0ba343/events.out.tfevents.1740291641.bc23ef0ba343.4979.1
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:969015acd144137e10ff15c3ad556e7af637ce3d09d1dd2ee6b84f9554802ddf
|
| 3 |
+
size 5613
|