Image Classification
Transformers
PyTorch
TensorBoard
Safetensors
convnext
vision
Generated from Trainer
Eval Results (legacy)
Instructions to use davanstrien/convnext-tiny-224-wikiart with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use davanstrien/convnext-tiny-224-wikiart with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="davanstrien/convnext-tiny-224-wikiart") 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("davanstrien/convnext-tiny-224-wikiart") model = AutoModelForImageClassification.from_pretrained("davanstrien/convnext-tiny-224-wikiart") - Notebooks
- Google Colab
- Kaggle
Commit ·
514269d
1
Parent(s): b6b6905
Training in progress, epoch 4
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 111376677
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:095008a5790fc1e9090f2ae71af4060edb537b58cfaa20e480908d959fc57c49
|
| 3 |
size 111376677
|
runs/Mar21_17-50-24_0840cdab3017/events.out.tfevents.1679421059.0840cdab3017.553.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:5f640b791e8cabf78fbee77a72a8dec946a0572233c73591b3de1fe0313be7d2
|
| 3 |
+
size 554730
|