Instructions to use karim155/convnext-tiny-224-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use karim155/convnext-tiny-224-finetuned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="karim155/convnext-tiny-224-finetuned") 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("karim155/convnext-tiny-224-finetuned") model = AutoModelForImageClassification.from_pretrained("karim155/convnext-tiny-224-finetuned", device_map="auto") - Notebooks
- Google Colab
- Kaggle
convnext-tiny-224-finetuned / runs /Aug19_11-03-24_6801bce4c4b3 /events.out.tfevents.1724065922.6801bce4c4b3.1808.3
- Xet hash:
- 2e148e61a71590f33f5188cbf0cb0953657fa79923d0a2010ec724c55de198fe
- Size of remote file:
- 404 Bytes
- SHA256:
- b2c9ba3cc9acfadf9acfe1444ebacd17185191680347698c3966823ebceb5866
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.