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 1
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:d6c8f1d9010e02aae6f08c1d9f264514e8c7232e812f62744f488c33b4d0c738
|
| 3 |
size 343242432
|
runs/Jun04_05-24-41_8d7b0bbfd47d/events.out.tfevents.1717478701.8d7b0bbfd47d.744.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c40389cf8fe29dd1f4016c75868ea2953591704fa57ed412bf78c4b49ce396a
|
| 3 |
+
size 5387
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5112
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4bfc8a7770802a8b8ba8d3daf49ed66f261736391f04bdc100b023465c48d149
|
| 3 |
size 5112
|