File size: 522 Bytes
9715e07 |
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: type
dtype: string
- name: title
dtype: string
- name: director
dtype: string
- name: country
dtype: string
- name: year
dtype: string
- name: subject
dtype: string
- name: significance
dtype: string
- name: characters
sequence: string
splits:
- name: train
num_bytes: 6456
num_examples: 15
download_size: 8526
dataset_size: 6456
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|