--- dataset_info: features: - name: speaker_id dtype: int64 - name: age dtype: int64 - name: gender dtype: string - name: location dtype: string - name: audio dtype: audio: sampling_rate: 16000 - name: md5sum dtype: string - name: duration dtype: float64 - name: pdp_score dtype: float64 - name: transcription dtype: string splits: - name: train num_bytes: 115316237.0 num_examples: 1217 - name: valid num_bytes: 115404749.0 num_examples: 1326 - name: test num_bytes: 230685363.0 num_examples: 2160 download_size: 455095473 dataset_size: 461406349.0 configs: - config_name: default data_files: - split: train path: data/train-* - split: valid path: data/valid-* - split: test path: data/test-* ---