Instructions to use 3una/finetuned-AffectNet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 3una/finetuned-AffectNet with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="3una/finetuned-AffectNet") 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("3una/finetuned-AffectNet") model = AutoModelForImageClassification.from_pretrained("3una/finetuned-AffectNet") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 98
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343098784
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b368c237d151075223cb4a7b0b5d654ab0c9077ac5bce63ceea4fc68a8a36018
|
| 3 |
size 343098784
|
runs/Jan05_11-00-45_2247cd98422c/events.out.tfevents.1704452460.2247cd98422c.4324.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:9494457a3c400490093e49c5aa15abae77efca591d17b471f973364cfb51d948
|
| 3 |
+
size 288132
|