File size: 550 Bytes
7d35d29 |
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 |
---
dataset_info:
features:
- name: id
dtype: string
- name: media_type
dtype: string
- name: media_source
dtype: string
- name: genre
dtype: string
- name: character_name
dtype: string
- name: description
dtype: string
- name: scenario
dtype: string
- name: nsfw
dtype: bool
splits:
- name: not_nsfw
num_bytes: 30167479
num_examples: 15948
download_size: 16928923
dataset_size: 30167479
configs:
- config_name: default
data_files:
- split: not_nsfw
path: data/not_nsfw-*
---
|