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", device_map="auto") 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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 30
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:148b60537cd50186ef34cbe338e6cf356a280cfa4a2efb8df221bb4e21311c09
|
| 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:6aedfec503df41728eb046eef83657b7a2e1eb0f20c89f4dfa5c71bdc8677b49
|
| 3 |
+
size 91583
|