--- configs: - config_name: default data_files: - split: train path: data/train-* - split: eval path: data/eval-* dataset_info: features: - name: audio_path dtype: audio: sampling_rate: 16000 decode: false - name: text dtype: string - name: duration dtype: float64 - name: video_id dtype: string - name: start_time dtype: float64 - name: end_time dtype: float64 - name: chunk_id dtype: string - name: input_features list: list: float32 - name: input_length dtype: int64 - name: labels list: int64 splits: - name: train num_bytes: 125394303530 num_examples: 63136 - name: eval num_bytes: 13930551316 num_examples: 7016 download_size: 123128180961 dataset_size: 139324854846 ---