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 ·
ed76e75
1
Parent(s): bd99287
Training in progress, epoch 3
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:04a1496c2a56dc4869ad20dd74baa212be287b52a063869d4fcd0facfcddfda1
|
| 3 |
size 111349029
|
runs/Jul24_17-51-34_79617dc78cd9/events.out.tfevents.1690221823.79617dc78cd9.248.16
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:c64893642c27689b27871591bdf46b88bb28dbd6fb943189d527bd1b6829b534
|
| 3 |
+
size 5536
|