Image Classification
Transformers
PyTorch
Core ML
ONNX
Safetensors
convnext
Generated from Trainer
Eval Results (legacy)
Instructions to use flyswot/convnext-tiny-224_flyswot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use flyswot/convnext-tiny-224_flyswot with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="flyswot/convnext-tiny-224_flyswot") 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("flyswot/convnext-tiny-224_flyswot") model = AutoModelForImageClassification.from_pretrained("flyswot/convnext-tiny-224_flyswot") - Notebooks
- Google Colab
- Kaggle
Commit ·
47dc9a3
1
Parent(s): 8aed088
Training in progress, epoch 1
Browse files- pytorch_model.bin +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 111375445
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5fc605718b0ce0efc70ea6e60bf0695dc18545ac676accbd96ca0c5f4926dfa5
|
| 3 |
size 111375445
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3055
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ee5dd722d69e452bdb86e7067bb5be2f01cc85e5207208ebe9a927fa75e04b4
|
| 3 |
size 3055
|