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", device_map="auto") 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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
6243dac
1
Parent(s): 85e7c53
Training in progress, epoch 1
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:f4fcbb92093443dffb20bbdb940bd67cf9c3ace149b653c47a4290b5911e1efa
|
| 3 |
size 111376677
|
runs/Mar21_17-50-24_0840cdab3017/1679421059.8506625/events.out.tfevents.1679421059.0840cdab3017.553.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fef393558fa25acb3512c87469decbc6b486a727527fc9db3de335224e8e6f6f
|
| 3 |
+
size 5807
|
runs/Mar21_17-50-24_0840cdab3017/events.out.tfevents.1679421059.0840cdab3017.553.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b295a759cb7dac93eaf5dd7132c7dfd2b63a7ed8010fdeb9fe3fd1b8a824132
|
| 3 |
+
size 140702
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3643
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8399f41a7699f6065c4eb1f433d502f6e16f70d2dc39095898cf13e832ae11a3
|
| 3 |
size 3643
|