hearmeneigh commited on
Commit
d7cee88
1 Parent(s): 2f3c7f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -2
README.md CHANGED
@@ -14,6 +14,55 @@ dataset_info:
14
  download_size: 210413447679
15
  dataset_size: 1192534908282.634
16
  ---
17
- # Dataset Card for "e621-rising-v1-raw"
18
 
19
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  download_size: 210413447679
15
  dataset_size: 1192534908282.634
16
  ---
 
17
 
18
+
19
+ # E621 Rising Image Dataset v1
20
+
21
+ **2,905,671** images with [tags](https://huggingface.co/datasets/hearmeneigh/e621-rising-v1-raw/raw/main/metadata/tag-counts.json).
22
+
23
+
24
+ ## Image Processing
25
+ * Only `jpg` and `png` images were considered
26
+ * Image width and height have been clamped to `(0, 4096]px`; larger images have been resized to meet the limit
27
+ * Alpha channels have been removed
28
+ * All images have been converted to `jpg` format
29
+ * All images have been converted to TrueColor `RGB`
30
+
31
+ ## Tags
32
+ For a comprehensive list of tags and counts, [see here](https://huggingface.co/datasets/hearmeneigh/e621-rising-v1-raw/raw/main/metadata/tag-counts.json).
33
+
34
+ ### Changes From E621
35
+ * Symbols have been prefixed with `symbol:`, e.g. `symbol:<3`
36
+ * Aspect ratio has been prefixed with `aspect_ratio:`, e.g. `aspect_ratio:16_9`
37
+ * All categories except `general` have been prefixed with the category name, e.g. `artist:somename`. The categories are:
38
+ * `artist`
39
+ * `copyright`
40
+ * `character`
41
+ * `species`
42
+ * `invalid`
43
+ * `meta`
44
+ * `lore`
45
+
46
+ ### Additional Tags
47
+ * Image rating
48
+ * `rating:explicit`
49
+ * `rating:questionable`
50
+ * `rating:safe`
51
+ * Image score
52
+ * `score:above_250`
53
+ * `score:above_500`
54
+ * `score:above_1000`
55
+ * `score:above_1500`
56
+ * `score:above_2000`
57
+ * `score:below_250`
58
+ * `score:below_100`
59
+ * `score:below_0`
60
+ * Image favorites
61
+ * `favorites:above_4000`
62
+ * `favorites:above_3000`
63
+ * `favorites:above_2000`
64
+ * `favorites:above_1000`
65
+ * `favorites:below_1000`
66
+ * `favorites:below_500`
67
+ * `favorites:below_250`
68
+ * `favorites:below_100`