Files changed (1) hide show
  1. README.md → readme.txt +35 -45
README.md → readme.txt RENAMED
@@ -1,46 +1,36 @@
1
- ---
2
- license: apache-2.0
3
- size_categories:
4
- - 1K<n<10K
5
- task_categories:
6
- - image-classification
7
- - text-to-image
8
- ---
9
- This ~8.5k dataset is a curated selection of posts with more than 2,000 likes on pixiv between 2024/07/01 and 2024-09/25.
10
-
11
- Collection date: 2024-09-29
12
- Tags collected: ```'女の子', 'users入り', '女の子', 'ふともも', '太もも', '魅惑の太もも', '魅惑のふともも', 'へそ', 'おへそ', 'おっぱい', '魅惑の谷間', '極上の乳', '巨乳', '着衣巨乳', '崩壊:スターレイル', 'ブルーアーカイブ', 'バーチャルYouTuber', '原神```
13
- Tags excluded: ```'3DCG','筋肉娘','男の娘','女装男子','腐向け','BL','Koikatsu','Koikatsu!','コイカツ','コイカツ!','ふたなり','メス男子', 'むちむち','ムチムチ', 'ぽっちゃり', '熟女','AI','AI生成','AI-generated','AIイラスト'```
14
- Criteria for removal when curating: Duplicate images, Western cartoon drawings, excessively fat or skinny figures, cartoons, CG, or other non-aesthetic things.
15
-
16
- ⚠️ Caution: This json is information about each 'post'. Since there may be images of multiple topics within one post, using the Tags part of the json as is may produce bad results.
17
-
18
- json format:
19
- ```
20
- [
21
- {
22
- "title": "title",
23
- "type": "illust",
24
- "tags": [
25
- "tag1",
26
- "tag2",
27
- "tag3"
28
- ],
29
- "user": {
30
- "name": "name",
31
- "account": "account"
32
- },
33
- "total_bookmarks": bookmarks_count
34
- }
35
- ]
36
- ```
37
-
38
- non_artist_image_list.txt stores image IDs for which the artist's name or address is not stored in danbooru when creating the dataset.
39
-
40
- Disclaimer
41
-
42
- No Warranties:
43
- The creators of the dataset provide it "as is" and make no warranties regarding the dataset's quality, reliability, or fitness for any particular purpose.
44
-
45
- Indemnification:
46
  Users agree to indemnify and hold harmless the creators against any claims, damages, or liabilities arising from their use of the dataset.
 
1
+ This is a curated collection of posts with more than 2,000 bookmarks on Pixiv at 2024/07/01~2024-09/25.
2
+
3
+ Collection date: 2024-09-29
4
+ Tags collected: ```'女の子', 'users入り', '女の子', 'ふともも', '太もも', '魅惑の太もも', '魅惑のふともも', 'へそ', 'おへそ', 'おっぱい', '魅惑の谷間', '極上の乳', '巨乳', '着衣巨乳', '崩壊:スターレイル', 'ブルーアーカイブ', 'バーチャルYouTuber', '原神```
5
+ Tags excluded: ```'3DCG','筋肉娘','男の娘','女装男子','腐向け','BL','Koikatsu','Koikatsu!','コイカツ','コイカツ!','ふたなり','メス男子', 'むちむち','ムチムチ', 'ぽっちゃり', '熟女','AI','AI生成','AI-generated','AIイラスト'```
6
+ Criteria for removal when curating: Duplicate images, Western cartoon drawings, excessively fat or skinny figures, cartoons, CG, or other non-aesthetic things.
7
+
8
+ json format:
9
+ ```
10
+ [
11
+ {
12
+ "title": "title",
13
+ "type": "illust",
14
+ "tags": [
15
+ "tag1",
16
+ "tag2",
17
+ "tag3"
18
+ ],
19
+ "user": {
20
+ "name": "name",
21
+ "account": "account"
22
+ },
23
+ "total_bookmarks": bookmarks_count
24
+ }
25
+ ]
26
+ ```
27
+
28
+ non_artist_image_list.txt stores image IDs for which the artist's name or address is not stored in danbooru when creating the dataset.
29
+
30
+ Disclaimer
31
+
32
+ No Warranties:
33
+ The creators of the dataset provide it "as is" and make no warranties regarding the dataset's quality, reliability, or fitness for any particular purpose.
34
+
35
+ Indemnification:
 
 
 
 
 
 
 
 
 
 
36
  Users agree to indemnify and hold harmless the creators against any claims, damages, or liabilities arising from their use of the dataset.