Image Classification
Transformers
TensorBoard
Safetensors
convnext
Generated from Trainer
Eval Results (legacy)
Instructions to use andrecastro/convnext-tiny-224-convnext with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use andrecastro/convnext-tiny-224-convnext with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="andrecastro/convnext-tiny-224-convnext") 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("andrecastro/convnext-tiny-224-convnext") model = AutoModelForImageClassification.from_pretrained("andrecastro/convnext-tiny-224-convnext", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
e1a83ca
1
Parent(s): d28abff
Training in progress, epoch 14
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 111307920
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6fc5531c61a3c0089eb2e156eeb32c40e02ff17f8789a60f0e90b540342c5d10
|
| 3 |
size 111307920
|
runs/Dec20_13-36-37_42b3b1e0be6c/events.out.tfevents.1703079401.42b3b1e0be6c.272.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:b045062a46ae4c513d0e701b0d17d437613223eff39de63359d0632cbf9e562a
|
| 3 |
+
size 86522
|