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
Training in progress, epoch 0
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 111317164
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:350f8dbb46bdd28f2166977ddf80fb045a9de6f75af8eed22481d27a5a16f795
|
| 3 |
size 111317164
|
runs/Aug19_12-09-42_60e65509f3ae/events.out.tfevents.1724069388.60e65509f3ae.3602.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cac38eab3a99738cd43959fd4b8d0012021efd1a4d1f4bd9e3b8b8f137511f61
|
| 3 |
+
size 10341
|
runs/Aug19_12-49-18_60e65509f3ae/events.out.tfevents.1724071775.60e65509f3ae.3602.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19fa018a441f04e10ee9ddfd31011e63cfacef79f81d27d8a4d5f2c0b0c3ba1e
|
| 3 |
+
size 6096
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5176
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95e6f35c54216212f8b8538a275eadb64c54913a9689e2e66d0bb8c9e2dfb96d
|
| 3 |
size 5176
|