--- dataset_info: features: - name: audio dtype: audio: sampling_rate: 16000 - name: transcript dtype: string - name: metadata struct: - name: seek dtype: float32 - name: duration dtype: float32 - name: source dtype: string - name: entry_id dtype: string - name: quality_score dtype: float32 - name: has_prev dtype: bool - name: has_timestamps dtype: bool - name: prev_transcript dtype: string splits: - name: train num_bytes: 4877549223.320048 num_examples: 10154 - name: eval num_bytes: 256991218.67995134 num_examples: 535 download_size: 4431043245 dataset_size: 5134540442.0 configs: - config_name: default data_files: - split: train path: data/train-* - split: eval path: data/eval-* ---