Datasets:
File size: 1,539 Bytes
76b4c62 4042416 1af0b73 4042416 4c0e521 1af0b73 833dc59 4042416 4c0e521 1af0b73 833dc59 76b4c62 |
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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 |
---
license: apache-2.0
dataset_info:
- config_name: libris
features:
- name: id
dtype: string
- name: text
dtype: string
- name: audio
dtype:
audio:
sampling_rate: 16000
- name: words
sequence: string
- name: word_start
sequence: float64
- name: word_end
sequence: float64
- name: entity_start
sequence: int64
- name: entity_end
sequence: int64
- name: entity_label
sequence: string
splits:
- name: train
num_bytes: 63849575890.896
num_examples: 281241
- name: valid
num_bytes: 793442600.643
num_examples: 5559
download_size: 61361142328
dataset_size: 64643018491.539
- config_name: mustc
features:
- name: id
dtype: string
- name: text
dtype: string
- name: audio
dtype:
audio:
sampling_rate: 16000
- name: words
sequence: string
- name: word_start
sequence: float64
- name: word_end
sequence: float64
- name: entity_start
sequence: int64
- name: entity_end
sequence: int64
- name: entity_label
sequence: string
splits:
- name: train
num_bytes: 55552777413.1
num_examples: 248612
- name: valid
num_bytes: 313397447.704
num_examples: 1408
download_size: 52028374666
dataset_size: 55866174860.804
configs:
- config_name: libris
data_files:
- split: train
path: libris/train-*
- split: valid
path: libris/valid-*
- config_name: mustc
data_files:
- split: train
path: mustc/train-*
- split: valid
path: mustc/valid-*
---
|