--- dataset_info: features: - name: id dtype: int64 - name: audio dtype: audio: sampling_rate: 16000 - name: transcription dtype: string splits: - name: train num_bytes: 45944143.125 num_examples: 1941 - name: validation num_bytes: 528581.0 num_examples: 20 - name: test num_bytes: 356146.0 num_examples: 20 download_size: 46724012 dataset_size: 46828870.125 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---