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 ·
cd041c5
1
Parent(s): ede3aed
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:a96a9ba8b32c24bf0fd271566bbdc34808467c739ba45441e395d814d673a16a
|
| 3 |
size 111349029
|
runs/Jul24_17-51-34_79617dc78cd9/events.out.tfevents.1690221362.79617dc78cd9.248.12
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:8d94eab429c67209b8c3d74264fb881fce60714eaaae142398a0d086dbde1841
|
| 3 |
+
size 5536
|