File size: 923 Bytes
0fbb2a4 ba33754 b7280c7 ba33754 0fbb2a4 ba33754 b7280c7 0fbb2a4 |
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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
---
dataset_info:
features:
- name: id
dtype: int64
- name: image_id
dtype: int64
- name: audio
dtype:
audio:
decode: false
- name: image
dtype:
image:
decode: false
- name: text
dtype: string
- name: duration
dtype: float32
- name: timecode
dtype: string
- name: speaker
dtype: string
- name: gender
dtype: string
- name: nationality
dtype: string
- name: speed
dtype: float32
- name: disfluency_pos
dtype: string
- name: disfluency_val
dtype: string
splits:
- name: train
num_bytes: 114812446943.097
num_examples: 414113
- name: validation
num_bytes: 55043673499.742
num_examples: 202654
download_size: 158978027549
dataset_size: 169856120442.839
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
---
|