Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use hilmiatha/ViT-Emotion-Classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hilmiatha/ViT-Emotion-Classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="hilmiatha/ViT-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("hilmiatha/ViT-Emotion-Classifier") model = AutoModelForImageClassification.from_pretrained("hilmiatha/ViT-Emotion-Classifier") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 19
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:7abd57c8f3fc2b8f6591c70450c994a9ea5ed8116221ca71d27b889ab0c6fecd
|
| 3 |
size 343242432
|
runs/Jun04_05-09-50_3c295681dd20/events.out.tfevents.1717477796.3c295681dd20.185.0
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:0cb849187fb71f2a94f9273c4f8dc31cbb643362f9f483d800b946662b36a44d
|
| 3 |
+
size 11400
|