CoolFace
Datasetpublic

DynamicSuperbPrivate/EnhancementDetection_LibriTTS-TestClean_WHAM_TTS

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes18downloads
README.md34 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: file5    dtype: string6  - name: audio7    dtype: audio8  - name: instruction9    dtype: string10  - name: label11    dtype: string12  - name: speech file13    dtype: string14  - name: noise file15    dtype: string16  - name: SNR17    dtype: float3218  - name: instruction_TTS19    dtype:20      audio:21        sampling_rate: 1600022  splits:23  - name: test24    num_bytes: 121062592.025    num_examples: 20026  download_size: 7077433627  dataset_size: 121062592.028configs:29- config_name: default30  data_files:31  - split: test32    path: data/test-*33---34