Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ model-index:
|
|
29 |
This model returns the artwork style of any image input.
|
30 |
|
31 |
|
32 |
-
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the imagefolder dataset. This is a subset of the artbench-10 dataset (https://www.kaggle.com/datasets/alexanderliao/artbench10), with a train set of 1000 artworks per class and a
|
33 |
It achieves the following results on the evaluation set:
|
34 |
- Loss: 1.1392
|
35 |
- Accuracy: 0.5948
|
@@ -40,11 +40,11 @@ You can find a description of the project that this model was trained for here:
|
|
40 |
|
41 |
## Intended uses & limitations
|
42 |
|
43 |
-
This model only contains 9 out of the 10 artbench-10 classes - it does not contain ukiyo_e.
|
44 |
|
45 |
## Training and evaluation data
|
46 |
|
47 |
-
|
48 |
|
49 |
## Training procedure
|
50 |
|
|
|
29 |
This model returns the artwork style of any image input.
|
30 |
|
31 |
|
32 |
+
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the imagefolder dataset. This is a subset of the artbench-10 dataset (https://www.kaggle.com/datasets/alexanderliao/artbench10), with a train set of 1000 artworks per class and a validation set of 100 artworks per class.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
- Loss: 1.1392
|
35 |
- Accuracy: 0.5948
|
|
|
40 |
|
41 |
## Intended uses & limitations
|
42 |
|
43 |
+
This model only contains 9 out of the 10 artbench-10 classes - it does not contain ukiyo_e. This was due to availability and formatting issues.
|
44 |
|
45 |
## Training and evaluation data
|
46 |
|
47 |
+
Train: 1000 randomly selected images from artbench-10 (per class). Val: 100 randomly selected images from artbench-10 (per class).
|
48 |
|
49 |
## Training procedure
|
50 |
|