danbooru-wiki-2024 / README.md
p1atdev's picture
Update README.md
091b788 verified
|
raw
history blame
1.52 kB
metadata
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: 183718340
      num_examples: 289236
  download_size: 108547490
  dataset_size: 183718340
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
license: cc-by-sa-4.0
task_categories:
  - text-generation
  - text-classification
language:
  - en
  - ja
size_categories:
  - 100K<n<1M

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.

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.