Image Classification
Transformers
TensorBoard
Safetensors
convnextv2
Generated from Trainer
Eval Results (legacy)
Instructions to use vuongnhathien/convnext-tiny-upgrade-384-batch-16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vuongnhathien/convnext-tiny-upgrade-384-batch-16 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="vuongnhathien/convnext-tiny-upgrade-384-batch-16") 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("vuongnhathien/convnext-tiny-upgrade-384-batch-16") model = AutoModelForImageClassification.from_pretrained("vuongnhathien/convnext-tiny-upgrade-384-batch-16") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 10
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 111581976
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6665dbcf2c857ba7fe621ac0a1115ffde6795823a67d26d85582bdda161c6b5
|
| 3 |
size 111581976
|
runs/May29_10-32-23_476a428b74f1/events.out.tfevents.1716978829.476a428b74f1.24.0
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:c2693ee537343a9dfe79e1f4a380f4b5fd52d98040a68e5b21b8604dd4e50511
|
| 3 |
+
size 32597
|