KBlueLeaf commited on
Commit
9876f72
1 Parent(s): b20aa16

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
1
  ---
2
  license: mit
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - image-classification
5
+ - text-to-image
6
+ language:
7
+ - en
8
  ---
9
+
10
+ # Metadata Database for Danbooru2023
11
+ Danbooru 2023 datasets: https://huggingface.co/datasets/nyanko7/danbooru2023
12
+
13
+ This dataset contains a sqlite db file which have all the tags and posts metadata in it.
14
+ The Peewee ORM config file is provided too, plz check it for more information. (Especially on how I link posts and tags together)
15
+
16
+ The original data is from the official dump of the posts info.
17
+ Check this [link](https://console.cloud.google.com/storage/browser/danbooru_public/data) for more info.