Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use SoulPerforms/visual_emotion_classification_vit_base_finetunned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SoulPerforms/visual_emotion_classification_vit_base_finetunned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="SoulPerforms/visual_emotion_classification_vit_base_finetunned") 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("SoulPerforms/visual_emotion_classification_vit_base_finetunned") model = AutoModelForImageClassification.from_pretrained("SoulPerforms/visual_emotion_classification_vit_base_finetunned") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1000
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:401e499eba7c72593fcc1d2ac8c4575726147ad57ed24297461b7bd79105375e
|
| 3 |
size 343242432
|
runs/Feb15_02-30-08_42137a2b5798/events.out.tfevents.1707964220.42137a2b5798.1028.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:ee7c1147e96589f838a7563665d974d9f63d1269d379020cdc24080884cdfa7d
|
| 3 |
+
size 14127
|