--- license: apache-2.0 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* dataset_info: features: - name: record_id dtype: string - name: speciality dtype: string - name: name dtype: string - name: description dtype: string - name: chunk_index dtype: int64 - name: transcription dtype: string - name: audio dtype: audio: sampling_rate: 16000 - name: duration_s dtype: float64 - name: voice dtype: string - name: speed dtype: float64 - name: lang_code dtype: string - name: keywords list: string splits: - name: train num_bytes: 25738669262.636265 num_examples: 39569 - name: validation num_bytes: 3217252348.3787556 num_examples: 4946 - name: test num_bytes: 3217902823.984978 num_examples: 4947 download_size: 30140033145 dataset_size: 32173824435.0 language: - en tags: - medical - kokoro - asr - audio size_categories: - 10K