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 ·
c925f30
1
Parent(s): 514269d
Training in progress, epoch 5
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:f751e33efde546707da2a28551059207d3a2ecf497764d5fbb1b50adf1f779b5
|
| 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:ae24065d2c5deb7cae1a94897d4ebfa87eb61bd516b20e17b16e9756c5d58848
|
| 3 |
+
size 693619
|