Commit
·
565ef34
1
Parent(s):
20161d8
Update README.md
Browse files
README.md
CHANGED
@@ -21,12 +21,77 @@ dataset_info:
|
|
21 |
num_examples: 279296
|
22 |
download_size: 53423627875
|
23 |
dataset_size: 53726659168.0
|
|
|
|
|
|
|
24 |
configs:
|
25 |
- config_name: default
|
26 |
data_files:
|
27 |
- split: train
|
28 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
---
|
30 |
# Dataset Card for "e621-rising-v3-curated"
|
31 |
|
32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
num_examples: 279296
|
22 |
download_size: 53423627875
|
23 |
dataset_size: 53726659168.0
|
24 |
+
pretty_name: 'E621 Rising V3 Image Dataset'
|
25 |
+
size_categories:
|
26 |
+
- 100K<n<1M
|
27 |
configs:
|
28 |
- config_name: default
|
29 |
data_files:
|
30 |
- split: train
|
31 |
path: data/train-*
|
32 |
+
tags:
|
33 |
+
- furry
|
34 |
+
- anthro
|
35 |
+
- nsfw
|
36 |
+
- e621
|
37 |
+
- booru
|
38 |
+
- imagebooru
|
39 |
+
- imageboard
|
40 |
+
- gelbooru
|
41 |
+
- danbooru
|
42 |
+
- rule34
|
43 |
+
- not-for-all-audiences
|
44 |
+
|
45 |
---
|
46 |
# Dataset Card for "e621-rising-v3-curated"
|
47 |
|
48 |
+
|
49 |
+
# E621 Rising V3: Curated Image Dataset
|
50 |
+
|
51 |
+
**279,296** images (~52GB) downloaded from `e621.net` with [tags](https://huggingface.co/datasets/hearmeneigh/e621-rising-v2-curated/raw/main/meta/tag-counts.by-name.json).
|
52 |
+
|
53 |
+
[Dataset generation pipeline](https://github.com/hearmeneigh/e621-rising-configs)
|
54 |
+
|
55 |
+
|
56 |
+
## Image Processing
|
57 |
+
* Only `jpg` and `png` images were considered
|
58 |
+
* Image width and height have been clamped to `(0, 1024]px`; larger images have been resized to meet the limit
|
59 |
+
* Alpha channels have been removed
|
60 |
+
* All images have been converted to `jpg` format
|
61 |
+
* All images have been converted to TrueColor `RGB`
|
62 |
+
* All images have been verified to load with `Pillow`
|
63 |
+
* Metadata from E621 is [available here](https://huggingface.co/datasets/hearmeneigh/e621-rising-v2-raw/tree/main/meta)
|
64 |
+
|
65 |
+
## Tags
|
66 |
+
Comprehensive list of tags and counts:
|
67 |
+
|
68 |
+
* [By name](https://huggingface.co/datasets/hearmeneigh/e621-rising-v2-curated/raw/main/meta/tag-counts.by-name.json)
|
69 |
+
* [By count](https://huggingface.co/datasets/hearmeneigh/e621-rising-v2-curated/raw/main/meta/tag-counts.by-count.json)
|
70 |
+
|
71 |
+
|
72 |
+
### Changes From E621
|
73 |
+
* Tag names have been rewritten to `[a-z0-9_]` or `<category>:[a-z0-9_]`, e.g.
|
74 |
+
* `digital_media_(artwork)` => `meta:digital_media_artwork`
|
75 |
+
* `half-closed_eyes` => `halfclosed_eyes`
|
76 |
+
* Symbols have been prefixed with `symbol:`, e.g. `symbol:<3`
|
77 |
+
* Aspect ratio has been prefixed with `aspect_ratio:`, e.g. `aspect_ratio:16_9`
|
78 |
+
* All categories except `general` have been prefixed with the category name, e.g. `artist:somename`. The categories are:
|
79 |
+
* `artist`
|
80 |
+
* `copyright`
|
81 |
+
* `character`
|
82 |
+
* `species`
|
83 |
+
* `invalid`
|
84 |
+
* `meta`
|
85 |
+
* `lore`
|
86 |
+
|
87 |
+
### Additional Tags
|
88 |
+
* Image rating
|
89 |
+
* `rating_explicit`
|
90 |
+
* `rating_questionable`
|
91 |
+
* `rating_safe`
|
92 |
+
* `rising_masterpiece`
|
93 |
+
* `rising_unpopular`
|
94 |
+
* `favorites_below_X` ()
|
95 |
+
* `favorites_above_X`
|
96 |
+
* `score_below_X`
|
97 |
+
* `score_above_X`
|