Update README.md
Browse files
README.md
CHANGED
@@ -87,11 +87,11 @@ The dataset was created with the following conditions:
|
|
87 |
|Subset name|`all`|`safe`|
|
88 |
|-|-|-|
|
89 |
|API Endpoint|https://danbooru.donmai.us|https://safebooru.donmai.us|
|
90 |
-
|Date|`2016-01-01..2023-
|
91 |
|Score|`>0`|`>0`|
|
92 |
|Rating|`g,s,q,e`|`g`|
|
93 |
|Filetype|`png,jpg,webp`|`png,jpg,webp`|
|
94 |
-
|Size (number of rows)|4,
|
95 |
|
96 |
## Usage
|
97 |
|
@@ -112,7 +112,7 @@ print(dataset)
|
|
112 |
print(dataset[0])
|
113 |
# Dataset({
|
114 |
# features: ['id', 'copyright', 'character', 'artist', 'general', 'meta', 'rating', 'score', 'created_at'],
|
115 |
-
# num_rows:
|
116 |
# })
|
117 |
# {'id': 2229839, 'copyright': 'kara no kyoukai', 'character': 'ryougi shiki', 'artist': 'momoko (momopoco)', 'general': '1girl, 2016, :|, brown eyes, brown hair, closed mouth, cloud, cloudy sky, dated, day, flower, hair flower, hair ornament, japanese clothes, kimono, long hair, long sleeves, looking at viewer, new year, obi, outdoors, sash, shrine, sky, solo, standing, wide sleeves', 'meta': 'commentary request, partial commentary', 'rating': 'g', 'score': 76, 'created_at': '2016-01-01T00:43:18.369+09:00'}
|
118 |
```
|
|
|
87 |
|Subset name|`all`|`safe`|
|
88 |
|-|-|-|
|
89 |
|API Endpoint|https://danbooru.donmai.us|https://safebooru.donmai.us|
|
90 |
+
|Date|`2016-01-01..2023-12-31`|`2016-01-01..2023-12-31`|
|
91 |
|Score|`>0`|`>0`|
|
92 |
|Rating|`g,s,q,e`|`g`|
|
93 |
|Filetype|`png,jpg,webp`|`png,jpg,webp`|
|
94 |
+
|Size (number of rows)|4,601,557|1,186,490|
|
95 |
|
96 |
## Usage
|
97 |
|
|
|
112 |
print(dataset[0])
|
113 |
# Dataset({
|
114 |
# features: ['id', 'copyright', 'character', 'artist', 'general', 'meta', 'rating', 'score', 'created_at'],
|
115 |
+
# num_rows: 1186490
|
116 |
# })
|
117 |
# {'id': 2229839, 'copyright': 'kara no kyoukai', 'character': 'ryougi shiki', 'artist': 'momoko (momopoco)', 'general': '1girl, 2016, :|, brown eyes, brown hair, closed mouth, cloud, cloudy sky, dated, day, flower, hair flower, hair ornament, japanese clothes, kimono, long hair, long sleeves, looking at viewer, new year, obi, outdoors, sash, shrine, sky, solo, standing, wide sleeves', 'meta': 'commentary request, partial commentary', 'rating': 'g', 'score': 76, 'created_at': '2016-01-01T00:43:18.369+09:00'}
|
118 |
```
|