File size: 1,518 Bytes
94183f9 9282bbb 94183f9 9282bbb 091b788 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 |
---
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](https://danbooru.donmai.us/wiki_pages/help:home). 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="202406-at20240706", # optional
split="train",
)
```
The revision name is as same as [isek-ai/danbooru-tags-2024](https://huggingface.co/datasets/isek-ai/danbooru-tags-2024)'s.
## Dataset curation
This dataset was firstly filtered from [isek-ai/danbooru-tags-2024](https://huggingface.co/datasets/isek-ai/danbooru-tags-2024), then collected wiki data using [danbooru API](https://danbooru.donmai.us/wiki_pages/help:api).
The filtering rule:
- Remove tags used less than 100 times.
|