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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- a2e92c6c807001bfc72dc56bd4c45c8e4ac236f2c6370e25e31bb5599d0128f8
- Size of remote file:
- 3.06 kB
- SHA256:
- 1ee5dd722d69e452bdb86e7067bb5be2f01cc85e5207208ebe9a927fa75e04b4
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.