Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use luthfi507/emotion-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use luthfi507/emotion-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="luthfi507/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("luthfi507/emotion-classification") model = AutoModelForImageClassification.from_pretrained("luthfi507/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:a27f1aae036a2dfb86ed978a1e856de3f76c23f68890bb3724262f20e83d8fb3
|
| 3 |
size 343242432
|
runs/Jun03_15-43-10_dd50a1377228/events.out.tfevents.1717429594.dd50a1377228.3305.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:921a62c225cba60ae7e50a35616877e098810d3b873bd5c7c7b63d4fc0bb1d7a
|
| 3 |
+
size 411
|
runs/Jun03_15-46-48_dd50a1377228/events.out.tfevents.1717429618.dd50a1377228.3305.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77dce433fb243c20c3e42f219726b25014e27fb6980a171451f02c1af6a9341b
|
| 3 |
+
size 5481
|
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:5ed1c60c196513974a75372b5c4f0361a815599e95a0c82f8f5a7d85fe8d3a78
|
| 3 |
size 5112
|