CoolFace
Datasetpublic

isek-ai/danbooru-wiki-2024

danbooru-wiki-2024 About Wiki pages about the danbooru tags on danbooru.donmai.us. The wiki contains the description of each tag and matching to pixiv tags. Usage from datasets import load_dataset ds = load_dataset( "isek-ai/danbooru-wiki-2024", # revision="202408-at20240906", # optional split="train", ) The revision name is as same as isek-ai/danbooru-tags-2024's. [!WARNING] Note: This dataset would be irreguraly updated, if you want to use… See the full description on the dataset page: https://huggingface.co/datasets/isek-ai/danbooru-wiki-2024.

sourceHugging Facecc-by-sa-4.0updated 2y agoView on Hugging Face
28likes707downloads
Dataset Card

danbooru-wiki-2024

About

Wiki pages about the danbooru tags on danbooru.donmai.us. The wiki contains the description of each tag and matching to pixiv tags.

Usage

py
from datasets import load_dataset

ds = load_dataset(
  "isek-ai/danbooru-wiki-2024",
# revision="202408-at20240906", # optional
  split="train",
)

The revision name is as same as isek-ai/danbooru-tags-2024's.

[!WARNING] Note: This dataset would be irreguraly updated, if you want to use the same data, please specify the revision name. (It is just a git tag.)

Dataset curation

This dataset was firstly filtered from isek-ai/danbooru-tags-2024, then collected wiki data using danbooru API.

The filtering rule:

  • Remove tags used less than 100 times.

Data range

Since based on isek-ai/danbooru-tags-2024, its period range is

  • 2005 ~ 2024/08/31

Last updated

2024/11/15