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:266de8900f233097784fd03fb933eec44ac30cec86e28fca5094f7c0ec834e7d
|
| 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:4d29fa93d56dc33a59873c5fee79ed64b09dddcff2836a3454a7f2470eef851e
|
| 3 |
+
size 290967
|