--- dataset_info: features: - name: prompt dtype: string - name: completion dtype: string - name: prompt_audio dtype: audio: sampling_rate: 16000 - name: completion_audio dtype: audio: sampling_rate: 16000 - name: prompt_text dtype: string - name: completion_text dtype: string - name: prompt_transcript_path dtype: string - name: completion_transcript_path dtype: string splits: - name: train num_bytes: 23412892530 num_examples: 27973 - name: validation num_bytes: 465873444 num_examples: 564 download_size: 23812725181 dataset_size: 23878765974 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* ---