--- language: - en license: cc0-1.0 source_datasets: - mozilla-foundation/common_voice_14_0 task_categories: - text-to-audio - automatic-speech-recognition - audio-to-audio - audio-classification dataset_info: features: - name: audio dtype: audio - name: speaker_id dtype: string - name: transcript dtype: string - name: accent dtype: string - name: duration dtype: float64 - name: age dtype: string - name: gender dtype: string splits: - name: test num_bytes: 496943021.995 num_examples: 5455 - name: val num_bytes: 373541300.088 num_examples: 4111 download_size: 811233736 dataset_size: 870484322.083 configs: - config_name: default data_files: - split: test path: data/test-* - split: val path: data/val-* ---