File size: 1,870 Bytes
94183f9
63a15bf
 
 
 
 
bd4085f
63a15bf
 
 
94183f9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63a15bf
 
 
 
94183f9
 
 
 
 
 
9282bbb
 
091b788
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ae108d5
 
 
 
091b788
 
 
 
 
 
 
ae108d5
 
 
 
 
 
 
 
 
 
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
71
72
73
74
75
76
77
78
79
80
81
82
83
---
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](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.

> [!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](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.

### Data range

Since based on [isek-ai/danbooru-tags-2024](https://huggingface.co/datasets/isek-ai/danbooru-tags-2024), its period range is 

- 2005 ~ 2024/06/30


## Last updated
2024/07/07