asr-alignment / README.md
nguyenvulebinh's picture
Upload dataset
833dc59
|
raw
history blame
No virus
1.54 kB
---
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-*
---