danbooru-wiki-2024 / README.md
p1atdev's picture
Update README.md
bd4085f verified
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: type
      dtype: string
    - name: id
      dtype: int64
    - name: created_at
      dtype: string
    - name: updated_at
      dtype: string
    - name: title
      dtype: string
    - name: body
      dtype: string
    - name: is_locked
      dtype: bool
    - name: other_names
      sequence: string
    - name: is_deleted
      dtype: bool
  splits:
    - name: train
      num_bytes: 20762870
      num_examples: 33658
  download_size: 11782355
  dataset_size: 20762870
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="202406-at20240706", # 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/06/30

Last updated

2024/07/07