--- dataset_info: features: - name: speaker_id dtype: string - name: path dtype: string - name: audio dtype: audio: sampling_rate: 16000 - name: sentence dtype: string - name: whisper_transcript sequence: int64 splits: - name: train num_bytes: 1724733095.0 num_examples: 11660 - name: test num_bytes: 86260672.0 num_examples: 760 download_size: 1772544401 dataset_size: 1810993767.0 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* ---