--- dataset_info: features: - name: audio dtype: audio: sampling_rate: 16000 - name: transcription dtype: string - name: source dtype: string splits: - name: train num_bytes: 231204201 num_examples: 1000 - name: test num_bytes: 9197107 num_examples: 40 - name: rest num_bytes: 37309455 num_examples: 154 download_size: 247985485 dataset_size: 277710763 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* - split: rest path: data/rest-* ---