File size: 930 Bytes
d581114 237c1c4 8fb5964 237c1c4 8fb5964 d581114 |
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 |
---
license: cc-by-sa-4.0
dataset_info:
features:
- name: meeting_id
dtype: string
- name: speaker_id
dtype: string
- name: audio_id
dtype: string
- name: audio
dtype: audio
- name: segments
list:
- name: end
dtype: float64
- name: start
dtype: float64
- name: transcript
dtype: string
- name: words
list:
- name: end
dtype: float64
- name: start
dtype: float64
- name: word
dtype: string
- name: transcript
dtype: string
splits:
- name: example
num_bytes: 116022257.0
num_examples: 4
- name: dev
num_bytes: 14155765669.0
num_examples: 130
download_size: 13223378789
dataset_size: 14271787926.0
configs:
- config_name: default
data_files:
- split: example
path: data/example/example-*
- split: dev
path: data/dev/dev-*
---
|