hearmeneigh
commited on
Commit
•
2aeb52c
1
Parent(s):
5c62a9c
Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,44 @@ dataset_info:
|
|
13 |
num_examples: 441623
|
14 |
download_size: 190109066617
|
15 |
dataset_size: 192529551170.037
|
|
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
-
# Dataset Card for "e621-rising-v1-curated-3"
|
18 |
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
num_examples: 441623
|
14 |
download_size: 190109066617
|
15 |
dataset_size: 192529551170.037
|
16 |
+
task_categories:
|
17 |
+
- image-classification
|
18 |
+
pretty_name: E621 Rising V1 Curated Image Dataset
|
19 |
+
size_categories:
|
20 |
+
- 100K<n<1M
|
21 |
---
|
|
|
22 |
|
23 |
+
# E621 Curated Image Dataset v1
|
24 |
+
|
25 |
+
**441,623** images (~200GB) from `e621.net` with [tags](https://huggingface.co/datasets/hearmeneigh/e621-rising-v1-curated/raw/main/meta/tag-counts.json).
|
26 |
+
|
27 |
+
This is a curated dataset, picked from the E621 Rising RAW dataset [available here](https://huggingface.co/datasets/hearmeneigh/e621-rising-v1-raw).
|
28 |
+
|
29 |
+
## Image Processing
|
30 |
+
* Only `jpg` and `png` images were considered
|
31 |
+
* Image width and height have been clamped to `(0, 4096]px`; larger images have been resized to meet the limit
|
32 |
+
* Alpha channels have been removed
|
33 |
+
* All images have been converted to `jpg` format
|
34 |
+
* All images have been converted to TrueColor `RGB`
|
35 |
+
* All images have been verified to load with `Pillow`
|
36 |
+
|
37 |
+
## Tags
|
38 |
+
For a comprehensive list of tags and counts, [see here](https://huggingface.co/datasets/hearmeneigh/e621-rising-v1-curated/raw/main/meta/tag-counts.json).
|
39 |
+
|
40 |
+
### Changes From E621
|
41 |
+
* Symbols have been prefixed with `symbol:`, e.g. `symbol:<3`
|
42 |
+
* Aspect ratio has been prefixed with `aspect_ratio:`, e.g. `aspect_ratio:16_9`
|
43 |
+
* All categories except `general` have been prefixed with the category name, e.g. `artist:somename`. The categories are:
|
44 |
+
* `artist`
|
45 |
+
* `copyright`
|
46 |
+
* `character`
|
47 |
+
* `species`
|
48 |
+
* `invalid`
|
49 |
+
* `meta`
|
50 |
+
* `lore`
|
51 |
+
|
52 |
+
### Additional Tags
|
53 |
+
* Image rating
|
54 |
+
* `rating:explicit`
|
55 |
+
* `rating:questionable`
|
56 |
+
* `rating:safe`
|