isek-ai/danbooru-tags-2016-2023
danbooru-tags-2016-2023 A dataset of danbooru tags. Dataset information Generated using danbooru and safebooru API. The dataset was created with the following conditions: Subset name all safe API Endpoint https://danbooru.donmai.us https://safebooru.donmai.us Date 2016-01-01..2023-12-31 2016-01-01..2023-12-31 Score >0 >0 Rating g,s,q,e g Filetype png,jpg,webp png,jpg,webp Size (number of rows) 4,601,557 1,186,490 Usage pip… See the full description on the dataset page: https://huggingface.co/datasets/isek-ai/danbooru-tags-2016-2023.
7178
danbooru-tags-2016-2023
A dataset of danbooru tags.
Dataset information
Generated using danbooru and safebooru API.
The dataset was created with the following conditions:
Usage
pip install datasetsfrom datasets import load_dataset
dataset = load_dataset(
"isek-ai/danbooru-tags-2016-2023",
"safe", # or "all"
split="train",
)
print(dataset)
print(dataset[0])
# Dataset({
# features: ['id', 'copyright', 'character', 'artist', 'general', 'meta', 'rating', 'score', 'created_at'],
# num_rows: 1186490
# })
# {'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'}