metadata
language:
- en
- ja
license: cc-by-sa-4.0
size_categories:
- 10K<n<100K
task_categories:
- text-generation
- text-classification
dataset_info:
features:
- name: id
dtype: int64
- name: created_at
dtype: string
- name: updated_at
dtype: string
- name: title
dtype: string
- name: other_names
sequence: string
- name: body
dtype: string
- name: is_locked
dtype: bool
- name: is_deleted
dtype: bool
- name: category
dtype: string
- name: tag
dtype: string
splits:
- name: train
num_bytes: 75874061
num_examples: 180839
download_size: 45735244
dataset_size: 75874061
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
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.
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