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-29-30_6801bce4c4b3 /events.out.tfevents.1724066979.6801bce4c4b3.1808.6
- Xet hash:
- 5d8f3e5825e8f4f721d5515fccddd3956fcb3e738abaae61a8e7c8f9ddf9cc07
- Size of remote file:
- 8.27 kB
- SHA256:
- e16abecf770a30847d29cc926882649b389342f425ed1e9dbe5495e1f2820c7e
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.