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 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:5e4d3df3ed21a9e983a980f36fdab81b29933a3c1ef5a0f794d1bdeaa06a0c58
|
| 3 |
size 343242432
|
runs/Feb08_07-22-24_3bb50a863581/events.out.tfevents.1707377375.3bb50a863581.3767.8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df0264a423df571e588a67fb4e24a064a3305a9040ca0e6d91f448a8b89fba3c
|
| 3 |
+
size 411
|
runs/Feb08_07-30-52_3bb50a863581/events.out.tfevents.1707377471.3bb50a863581.3767.9
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48da1c297a299e306307d2284b76cc30ff452d998f393f19c23b6a9fda66d06c
|
| 3 |
+
size 4783
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4600
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e2da1fba9bd31ade2900585638ef19abe6e21d53ad9a207b3aa626a7f6b58fef
|
| 3 |
size 4600
|