CoolFace
Datasetpublic

WTForbes/ASCEND_EN

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes8downloads
README.md46 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: id5    dtype: string6  - name: path7    dtype: string8  - name: audio9    dtype:10      audio:11        sampling_rate: 1600012  - name: transcription13    dtype: string14  - name: duration15    dtype: float3216  - name: language17    dtype: string18  - name: original_speaker_id19    dtype: int6420  - name: session_id21    dtype: int6422  - name: topic23    dtype: string24  splits:25  - name: train26    num_bytes: 239635153.899635627    num_examples: 233128  - name: validation29    num_bytes: 24756134.1292035430    num_examples: 26231  - name: test32    num_bytes: 20749586.9057034233    num_examples: 25734  download_size: 23027724235  dataset_size: 285140874.9345425436configs:37- config_name: default38  data_files:39  - split: train40    path: data/train-*41  - split: validation42    path: data/validation-*43  - split: test44    path: data/test-*45---46