--- language: - en dataset_info: features: - name: id dtype: int64 - name: text dtype: string - name: description dtype: string - name: emotion dtype: string - name: date_created dtype: string - name: status dtype: string - name: gender dtype: string - name: age dtype: string - name: level dtype: int64 - name: audio_recording dtype: string - name: user_id dtype: int64 - name: utterance_pitch_mean dtype: float32 - name: utterance_pitch_std dtype: float32 - name: snr dtype: float64 - name: c50 dtype: float64 - name: speaking_rate dtype: float64 - name: phonemes dtype: string - name: stoi dtype: float64 - name: si-sdr dtype: float64 - name: pesq dtype: float64 splits: - name: train num_bytes: 512217 num_examples: 1181 download_size: 271499 dataset_size: 512217 configs: - config_name: default data_files: - split: train path: data/train-* ---