Jakaline commited on
Commit
bae2707
1 Parent(s): 3a78455

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -13
README.md CHANGED
@@ -1,21 +1,30 @@
1
  ---
2
  size_categories:
3
  - 1M<n<10M
 
 
4
  ---
5
 
6
  # Danbooru2023_metadata
7
 
8
- Lastest update: `2024-01-12`
9
- Latest post #: `7081619`
10
 
11
- Metadata of posts from [Danbooru](https://danbooru.donmai.us), into a single sqlite3 file.
12
 
13
- [Looking for parquet files?](https://huggingface.co/datasets/Jakaline/Danbooru2023_metadata/tree/refs%2Fconvert%2Fparquet/default/train)
14
- Looking for images? [nyanko7/danbooru2023](https://huggingface.co/datasets/nyanko7/danbooru2023)
15
 
16
  ## Columns
17
 
18
- `id, md5, created_at, updated_at, score, up_score, down_score, rating, image_width, image_height, file_ext, parent_id, pixiv_id, duration, pixel_hash, tag_string_general, tag_string_character, tag_string_copyright, tag_string_artist, tag_string_meta`
 
 
 
 
 
 
 
 
 
19
 
20
  ## Specifics of Danbooru
21
 
@@ -23,18 +32,24 @@ Looking for images? [nyanko7/danbooru2023](https://huggingface.co/datasets/nyank
23
 
24
  Every danbooru posts could be categorized to four types of status.
25
 
26
- 1. Active: Approved posts.
27
- 2. Pending: Posts that are waiting to be approved. If a post is pending for more than 3 days without a moderator's approval, it is deleted.
28
- 3. Deleted: Posts that do not meet danbooru's criteria (Non-anime, low quality, etc)
29
- 4. Banned: Posts that are copyright-claimed or off-limit content.
30
 
31
  Therefore, we should only use images from active posts. (Banned posts cannot be downloaded by normal users.)
32
 
33
- Sadly, the [Danbooru2021 dataset](https://gwern.net/danbooru2021) did not filter any deleted posts, and a lot of text-to-image models were trained with those trash.
34
 
35
- This metadata only contains active posts.
36
 
37
  ## Misc
38
 
39
  - If you aim to create your own anime-based image dataset from danbooru posts, you should definitely exclude posts with the following tags: `cosplay_photo third-party_edit text-only_page`
40
- - Also consider excluding posts with the following tags, if you are aiming for high quality: `photo_(medium) 3d no_humans comic`
 
 
 
 
 
 
 
1
  ---
2
  size_categories:
3
  - 1M<n<10M
4
+ tags:
5
+ - not-for-all-audiences
6
  ---
7
 
8
  # Danbooru2023_metadata
9
 
10
+ Size: 6,391,111 (6.39M)
 
11
 
12
+ Metadata of posts from [Danbooru](https://danbooru.donmai.us), up to post `#7042183`.
13
 
14
+ Contains only active posts (see below). Also, child posts which have 'pixel-perfect_duplicate' were removed.
 
15
 
16
  ## Columns
17
 
18
+ `id, md5, created_at, updated_at, score, up_score, down_score, rating, image_width, image_height, file_ext, parent_id, duration, pixel_hash, tag_string_general, tag_string_character, tag_string_copyright, tag_string_artist, tag_string_meta`
19
+
20
+ ### Rating
21
+
22
+ - `g` (general): Completely safe for work.
23
+ - `s` (sensitive): Probably not safe for work.
24
+ - `q` (questionable): Softcore erotica.
25
+ - `e` (explicit): Hardcore erotica. Definitely not safe for work.
26
+
27
+ For more information, [see link](https://danbooru.donmai.us/wiki_pages/howto:rate)
28
 
29
  ## Specifics of Danbooru
30
 
 
32
 
33
  Every danbooru posts could be categorized to four types of status.
34
 
35
+ 1. Active: Posts that are approved by a moderator.
36
+ 2. Pending: Posts that are waiting to be approved. If a post is pending for more than 3 days without a moderator's approval, the post is deleted.
37
+ 3. Deleted: Posts that do not meet danbooru's standards. (Non-anime, low quality, etc)
38
+ 4. Banned: Posts that are copyright-claimed or contain off-limit content.
39
 
40
  Therefore, we should only use images from active posts. (Banned posts cannot be downloaded by normal users.)
41
 
42
+ Sadly, the [Danbooru2021 dataset](https://gwern.net/danbooru2021) did not filter any deleted posts, and a lot of text-to-image models were trained with deleted posts.
43
 
44
+ From a total of 7,042,183 posts, there are 224,522 banned posts and 370,595 deleted posts. Deleted posts take 5.26% of the total posts, which is not trivial. Therefore, this dataset have not included them.
45
 
46
  ## Misc
47
 
48
  - If you aim to create your own anime-based image dataset from danbooru posts, you should definitely exclude posts with the following tags: `cosplay_photo third-party_edit text-only_page`
49
+ - Also consider excluding posts with the following tags, if you are aiming for high quality: `photo_(medium) 3d no_humans comic`
50
+
51
+ ## Other Links
52
+
53
+ [Looking for parquet files?](https://huggingface.co/datasets/Jakaline/Danbooru2023_metadata/tree/refs%2Fconvert%2Fparquet/default/train)
54
+
55
+ Looking for images? [nyanko7/danbooru2023](https://huggingface.co/datasets/nyanko7/danbooru2023)