SuccubusBot/danbooru_tag_corpus
收藏Hugging Face2024-03-27 更新2025-11-02 收录
下载链接:
https://hf-mirror.com/datasets/SuccubusBot/danbooru_tag_corpus
下载链接
链接失效反馈官方服务:
资源简介:
---
license: apache-2.0
task_categories:
- text-classification
- text-generation
language:
- en
tags:
- danbooru
- not-for-all-audiences
pretty_name: Danbooru Tag Corpus
size_categories:
- 100K<n<1M
---
A filtered ~232k danbooru dataset with categorized tags.
Filtering criteria:
- score > 100
- created within the last 5 years
- no `video`, `ai-generated` and `tagme` tags
Structure:
```js
{
"post_id": 0,
"tags": {
"general": [],
"artist": [],
"copyright": [],
"character": [],
"meta": [],
"unknown": []
},
"rating": "",
"created_at": "yyyy-MM-dd hh:mm:ss",
"score": 0
}
```
Each tag list is sorted by relevance (post count per tag), you may need to sort subject tags (1girl, 1boy, 2girls, etc.) in training.
提供机构:
SuccubusBot


