hearmeneigh commited on
Commit
2eff2f4
1 Parent(s): 528a393

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -2
README.md CHANGED
@@ -13,7 +13,68 @@ dataset_info:
13
  num_examples: 2905671
14
  download_size: 1172100381158
15
  dataset_size: 1192520976398.634
 
 
 
 
16
  ---
17
- # Dataset Card for "e621-rising-v24-raw"
18
 
19
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  num_examples: 2905671
14
  download_size: 1172100381158
15
  dataset_size: 1192520976398.634
16
+ pretty_name: 'E621 Rising: Raw Image Dataset v2'
17
+ size_categories:
18
+ - 1M<n<10M
19
+ viewer: false
20
  ---
21
+ **Warning: THIS dataset is NOT suitable for use by minors. The dataset contains X-rated/NFSW content.**
22
 
23
+
24
+ # E621 Rising: Raw Image Dataset v2
25
+
26
+ **2,905,671** images (~1.1TB) downloaded from `e621.net` with [tags](https://huggingface.co/datasets/hearmeneigh/e621-rising-v2-raw/raw/main/meta/tag-counts.json).
27
+
28
+ This is a raw, uncurated, and largely unprocessed dataset. You likely want to use the curated version, [available here](https://huggingface.co/datasets/hearmeneigh/e621-rising-v2-curated). This dataset contains all kinds of NFSW material. You have been warned.
29
+
30
+ ## Image Processing
31
+ * Only `jpg` and `png` images were considered
32
+ * Image width and height have been clamped to `(0, 4096]px`; larger images have been resized to meet the limit
33
+ * Alpha channels have been removed
34
+ * All images have been converted to `jpg` format
35
+ * All images have been converted to TrueColor `RGB`
36
+ * All images have been verified to load with `Pillow`
37
+ * Metadata from E621 is [available here](https://huggingface.co/datasets/hearmeneigh/e621-rising-v2-raw/tree/main/meta).
38
+
39
+ ## Tags
40
+ For a comprehensive list of tags and counts, [see here](https://huggingface.co/datasets/hearmeneigh/e621-rising-v2-raw/raw/main/meta/tag-counts.json).
41
+
42
+ ### Changes From E621
43
+ * Symbols have been prefixed with `symbol:`, e.g. `symbol:<3`
44
+ * Aspect ratio has been prefixed with `aspect_ratio:`, e.g. `aspect_ratio:16_9`
45
+ * All categories except `general` have been prefixed with the category name, e.g. `artist:somename`. The categories are:
46
+ * `artist`
47
+ * `copyright`
48
+ * `character`
49
+ * `species`
50
+ * `invalid`
51
+ * `meta`
52
+ * `lore`
53
+
54
+ ### Additional Tags
55
+ * Image rating
56
+ * `rating:explicit`
57
+ * `rating:questionable`
58
+ * `rating:safe`
59
+ * Image score
60
+ * `score:above_250`
61
+ * `score:above_500`
62
+ * `score:above_1000`
63
+ * `score:above_1500`
64
+ * `score:above_2000`
65
+ * `score:below_250`
66
+ * `score:below_100`
67
+ * `score:below_50`
68
+ * `score:below_25`
69
+ * `score:below_0`
70
+ * Image favorites
71
+ * `favorites:above_4000`
72
+ * `favorites:above_3000`
73
+ * `favorites:above_2000`
74
+ * `favorites:above_1000`
75
+ * `favorites:below_1000`
76
+ * `favorites:below_500`
77
+ * `favorites:below_250`
78
+ * `favorites:below_100`
79
+ * `favorites:below_50`
80
+ * `favorites:below_25`