Image Classification
Transformers
TensorBoard
Safetensors
beit
Generated from Trainer
Eval Results (legacy)
Instructions to use ricardoSLabs/fer_plus_V2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ricardoSLabs/fer_plus_V2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ricardoSLabs/fer_plus_V2") 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("ricardoSLabs/fer_plus_V2") model = AutoModelForImageClassification.from_pretrained("ricardoSLabs/fer_plus_V2") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 5
Browse files
runs/Mar06_21-29-13_462640575e17/events.out.tfevents.1741296554.462640575e17.31.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:8a4775e12c6ee94675514efd3f8870d18615e2ddada4d6a0838cd2113e6254ff
|
| 3 |
+
size 31454
|