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 32
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:5da868f0bc5e9e1ee1580607690bfdbd2708322890d9d4f902c650f62de6c409
|
| 3 |
size 343098784
|
runs/Dec31_20-43-24_83b21d07c8af/events.out.tfevents.1704055512.83b21d07c8af.2572.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:64298adeee5817ebe3ea299ecbe548f4d43149230542079027669a4956350d86
|
| 3 |
+
size 100245
|