Instructions to use jvadlamudi2/convnext-tiny-224-jvadlamudi2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jvadlamudi2/convnext-tiny-224-jvadlamudi2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="jvadlamudi2/convnext-tiny-224-jvadlamudi2") 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("jvadlamudi2/convnext-tiny-224-jvadlamudi2") model = AutoModelForImageClassification.from_pretrained("jvadlamudi2/convnext-tiny-224-jvadlamudi2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
4b066ba
1
Parent(s): 4caec9a
Model save
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 111349029
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd183607e99be1b5aee214ddcb35c29c2015b5e8f742c9304498e831a0ff027b
|
| 3 |
size 111349029
|
runs/Jul24_17-51-34_79617dc78cd9/events.out.tfevents.1690221468.79617dc78cd9.248.13
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c374c4435fc900dd82a49cf31ddbb89c82306cb16fe230bc7c1961a0b908dc1
|
| 3 |
+
size 5884
|