Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,16 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
## Dataset Summary
|
4 |
This dataset contains images from 10,000 artists collected from Danbooru. The images are primarily sourced from a mirror [here](https://huggingface.co/datasets/KBlueLeaf/danbooru2023-webp-4Mpixel). However, there are six images that are missing/broken in this mirror, which have been directly sourced from Danbooru. Each artist is represented by 30 images. This dataset is intended for use in metric learning or fine-grained classification tasks related to art styles. The artists are split into train, validation, and test sets at a ratio of 80%, 10%, and 10%, respectively. Similarly, each artist's 30 images are also split into train, validation, and test sets at the same ratio.
|
@@ -7,5 +19,4 @@ This dataset contains images from 10,000 artists collected from Danbooru. The im
|
|
7 |
300,000 images (10,000 artists * 30 images/artist)
|
8 |
|
9 |
## Format
|
10 |
-
The images are stored as WebP files packaged in `a10k.zip`. The dataset splits are provided in `split.txt`. Each line of `split.txt` follows this format: `artist_split image_split artist_name file_path`.
|
11 |
-
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
+
task_categories:
|
4 |
+
- zero-shot-image-classification
|
5 |
+
- image-classification
|
6 |
+
tags:
|
7 |
+
- art
|
8 |
+
- not-for-all-audiences
|
9 |
+
pretty_name: Danbooru Artists 10k
|
10 |
+
size_categories:
|
11 |
+
- 100K<n<1M
|
12 |
+
---
|
13 |
+
# Danbooru Artists 10k
|
14 |
|
15 |
## Dataset Summary
|
16 |
This dataset contains images from 10,000 artists collected from Danbooru. The images are primarily sourced from a mirror [here](https://huggingface.co/datasets/KBlueLeaf/danbooru2023-webp-4Mpixel). However, there are six images that are missing/broken in this mirror, which have been directly sourced from Danbooru. Each artist is represented by 30 images. This dataset is intended for use in metric learning or fine-grained classification tasks related to art styles. The artists are split into train, validation, and test sets at a ratio of 80%, 10%, and 10%, respectively. Similarly, each artist's 30 images are also split into train, validation, and test sets at the same ratio.
|
|
|
19 |
300,000 images (10,000 artists * 30 images/artist)
|
20 |
|
21 |
## Format
|
22 |
+
The images are stored as WebP files packaged in `a10k.zip`. The dataset splits are provided in `split.txt`. Each line of `split.txt` follows this format: `artist_split image_split artist_name file_path`.
|
|