Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use yangswei/visual-emotion-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yangswei/visual-emotion-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="yangswei/visual-emotion-classification") 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("yangswei/visual-emotion-classification") model = AutoModelForImageClassification.from_pretrained("yangswei/visual-emotion-classification") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 13
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:8ce1f7aa3729a50312f4c67cda9091ab2ab862bc1026184b74cbb344050319f5
|
| 3 |
size 343242432
|
runs/Feb08_07-22-24_3bb50a863581/events.out.tfevents.1707376955.3bb50a863581.3767.7
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:bc47636793f694d5089e05dc66e350cdc6c2f6fcd882e0c46604844f252d2260
|
| 3 |
+
size 9252
|