Instructions to use ImageIN/convnext-tiny-224_finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ImageIN/convnext-tiny-224_finetuned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ImageIN/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("ImageIN/convnext-tiny-224_finetuned") model = AutoModelForImageClassification.from_pretrained("ImageIN/convnext-tiny-224_finetuned") - Notebooks
- Google Colab
- Kaggle
Commit ·
25fec20
1
Parent(s): 0c44f13
Training in progress, epoch 10
Browse files- pytorch_model.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 111347349
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51982eab0706587ea5cd4d5a77d61db06f3ba4c0259002e90911837cdfcffb13
|
| 3 |
size 111347349
|