File size: 684 Bytes
a6d55f6 40873df 6ebec99 a6d55f6 6ebec99 9c01cd5 6ebec99 a6d55f6 |
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 |
---
dataset_info:
features:
- name: url
dtype: string
- name: question
dtype: string
- name: answers
sequence: string
- name: audio
dtype:
audio:
sampling_rate: 16000
- name: question_unit
sequence: int64
- name: response_interleaf
dtype: string
- name: response_text
dtype: string
- name: response_speech
dtype: audio
- name: response_asr
dtype: string
- name: mos_score
dtype: float64
splits:
- name: test
num_bytes: 1785012234.0
num_examples: 2032
download_size: 1661672343
dataset_size: 1785012234.0
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
---
|