KBlueLeaf's picture
Update README.md
fa044a3 verified
|
raw
history blame
1.03 kB
metadata
license: mit
task_categories:
  - image-classification
  - text-to-image
language:
  - en

Metadata Database for Danbooru2023

Danbooru 2023 datasets: https://huggingface.co/datasets/nyanko7/danbooru2023

This dataset contains a sqlite db file which have all the tags and posts metadata in it.
The Peewee ORM config file is provided too, plz check it for more information. (Especially on how I link posts and tags together)

The original data is from the official dump of the posts info.
Check this link for more info.

The ID range of this dataset(~7111459) is slightly larger then the danbooru2023 dataset(~6899125)

Thx for AngelBottomless for fixing wrong entries and add more entries into this dataset:
https://huggingface.co/datasets/AngelBottomless/danbooru-2023-sqlite-fixed-7110548

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.