Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use pratapaadii/Emotion_Classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pratapaadii/Emotion_Classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="pratapaadii/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("pratapaadii/Emotion_Classifier") model = AutoModelForImageClassification.from_pretrained("pratapaadii/Emotion_Classifier") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 9
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343242432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b420bfd88cf20f72e5d6782630226efac9041d8a90671469e3b985796268a08
|
| 3 |
size 343242432
|
runs/Jun04_06-22-11_6b22a4a61602/events.out.tfevents.1717482141.6b22a4a61602.240.14
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:9a9689bff7500a6e7f5fafdfc8fabacacb7e1f74898c5be6967afaba0048064c
|
| 3 |
+
size 8480
|