File size: 590 Bytes
da70476 |
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 |
---
dataset_info:
features:
- name: human_id
dtype: string
- name: image
dtype: string
- name: suffix
dtype: string
- name: heatmap
dtype: image
- name: transcribation
dtype: string
- name: audio_file
dtype: string
- name: asc_file
dtype: string
- name: model_description
dtype: string
- name: upd_transcribation
dtype: string
splits:
- name: full
num_bytes: 9634207
num_examples: 726
download_size: 9056963
dataset_size: 9634207
configs:
- config_name: default
data_files:
- split: full
path: data/full-*
---
|