KBlueLeaf commited on
Commit
b361dfb
1 Parent(s): b8413d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -10,6 +10,8 @@ language:
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.<br>
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
 
@@ -58,4 +60,4 @@ All the content is from official danbooru dumps for posts' meta.
58
  Thx for AngelBottomless for fixing wrong entries and add more entries into this dataset:<br>
59
  https://huggingface.co/datasets/AngelBottomless/danbooru-2023-sqlite-fixed-7110548
60
 
61
- Note: I have changed the definition of TagListField and have added some index into it. Do not mixed up the .db files from 2 different repo.
 
10
  # Metadata Database for Danbooru2023
11
  Danbooru 2023 datasets: https://huggingface.co/datasets/nyanko7/danbooru2023
12
 
13
+ The latest entry of this database is id 7,600,039. Which is newer than nyanko7's dataset.
14
+
15
  This dataset contains a sqlite db file which have all the tags and posts metadata in it.<br>
16
  The Peewee ORM config file is provided too, plz check it for more information. (Especially on how I link posts and tags together)
17
 
 
60
  Thx for AngelBottomless for fixing wrong entries and add more entries into this dataset:<br>
61
  https://huggingface.co/datasets/AngelBottomless/danbooru-2023-sqlite-fixed-7110548
62
 
63
+ Thx for AngelBottomless for updating new entries