File size: 856 Bytes
0bf787a bf4eb7d 0bf787a bf4eb7d 0bf787a bf4eb7d 0bf787a bf4eb7d 0bf787a bf4eb7d 0bf787a |
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 |
---
dataset_info:
features:
- name: filename
dtype: string
- name: filesize
dtype: int64
- name: transcript
dtype: string
- name: transcript_wav2vec
dtype: string
- name: levenshtein
dtype: float64
- name: duration
dtype: float64
- name: num_words
dtype: int64
- name: client_id
dtype: int64
- name: audio
dtype:
audio:
sampling_rate: 24000
splits:
- name: train
num_bytes: 195294786212.304
num_examples: 608296
- name: test
num_bytes: 1660789127.5
num_examples: 5466
- name: dev
num_bytes: 1641106662.598
num_examples: 5314
download_size: 148322054815
dataset_size: 198596682002.40198
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: dev
path: data/dev-*
---
|