dafsdfa/danbooru-tags-2024
收藏Hugging Face2026-03-17 更新2026-03-29 收录
下载链接:
https://hf-mirror.com/datasets/dafsdfa/danbooru-tags-2024
下载链接
链接失效反馈官方服务:
资源简介:
---
license: cc0-1.0
size_categories:
- 1M<n<10M
task_categories:
- text-generation
- text-classification
dataset_info:
- config_name: default
features:
- name: id
dtype: int64
- name: created_at
dtype: string
- name: updated_at
dtype: string
- name: score
dtype: int64
- name: up_score
dtype: int64
- name: down_score
dtype: int64
- name: fav_count
dtype: int64
- name: rating
dtype: string
- name: image_width
dtype: int64
- name: image_height
dtype: int64
- name: tag_count
dtype: int64
- name: tag_count_general
dtype: int64
- name: tag_count_artist
dtype: int64
- name: tag_count_character
dtype: int64
- name: tag_count_copyright
dtype: int64
- name: tag_count_meta
dtype: int64
- name: parent_id
dtype: int64
- name: has_children
dtype: bool
- name: has_active_children
dtype: bool
- name: has_visible_children
dtype: bool
- name: file_ext
dtype: string
- name: is_pending
dtype: bool
- name: is_flagged
dtype: bool
- name: is_deleted
dtype: bool
- name: is_banned
dtype: bool
- name: bit_flags
dtype: int64
- name: general
dtype: string
- name: character
dtype: string
- name: copyright
dtype: string
- name: artist
dtype: string
- name: meta
dtype: string
splits:
- name: train
num_bytes: 5643270588
num_examples: 8603394
download_size: 1903358553
dataset_size: 5643270588
- config_name: sfw
features:
- name: id
dtype: int64
- name: created_at
dtype: string
- name: updated_at
dtype: string
- name: score
dtype: int64
- name: up_score
dtype: int64
- name: down_score
dtype: int64
- name: fav_count
dtype: int64
- name: rating
dtype: string
- name: image_width
dtype: int64
- name: image_height
dtype: int64
- name: tag_count
dtype: int64
- name: tag_count_general
dtype: int64
- name: tag_count_artist
dtype: int64
- name: tag_count_character
dtype: int64
- name: tag_count_copyright
dtype: int64
- name: tag_count_meta
dtype: int64
- name: parent_id
dtype: int64
- name: has_children
dtype: bool
- name: has_active_children
dtype: bool
- name: has_visible_children
dtype: bool
- name: file_ext
dtype: string
- name: is_pending
dtype: bool
- name: is_flagged
dtype: bool
- name: is_deleted
dtype: bool
- name: is_banned
dtype: bool
- name: bit_flags
dtype: int64
- name: general
dtype: string
- name: character
dtype: string
- name: copyright
dtype: string
- name: artist
dtype: string
- name: meta
dtype: string
splits:
- name: train
num_bytes: 1588009737.1443386
num_examples: 2420985
download_size: 548647313
dataset_size: 1588009737.1443386
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- config_name: sfw
data_files:
- split: train
path: sfw/train-*
tags:
- danbooru
---
# danbooru-tags-2024
```py
from datasets import load_dataset
ds = load_dataset(
"isek-ai/danbooru-tags-2024",
# revision="202412-at20250122", # optional
split="train",
)
```
Last updated: since 2005 to 2024/12/31, collected at 2025/01/22
提供机构:
dafsdfa



