--- dataset_info: - config_name: default features: - name: audio dtype: audio - name: prediction dtype: string - name: text dtype: string - name: duration dtype: float64 - name: path dtype: string splits: - name: train num_bytes: 17292376869.176 num_examples: 46248 download_size: 14992995492 dataset_size: 17292376869.176 - config_name: long-with-speaker features: - name: audio dtype: audio: sampling_rate: 48000 - name: duration dtype: float64 - name: speaker dtype: string - name: text dtype: string - name: weak_transcription dtype: string - name: text_from_weak_transcription dtype: bool - name: filename dtype: string - name: speaker_embedding sequence: float16 splits: - name: train num_bytes: 1139358332.492 num_examples: 9791 download_size: 1129943408 dataset_size: 1139358332.492 - config_name: short-filtered features: - name: audio dtype: audio - name: prediction dtype: string - name: text dtype: string - name: duration dtype: float64 - name: path dtype: string - name: nb_prediction dtype: int64 - name: nb_text dtype: int64 - name: nb_diff dtype: int64 splits: - name: train num_bytes: 16233128506.774292 num_examples: 44478 download_size: 13231674342 dataset_size: 16233128506.774292 configs: - config_name: default data_files: - split: train path: data/train-* - config_name: long-with-speaker data_files: - split: train path: long-with-speaker/train-* - config_name: short-filtered data_files: - split: train path: short-filtered/train-* ---