CoolFace
Datasetpublic

Jpep26/TestDataset5149

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes38downloads
README.md32 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: audio5    dtype:6      audio:7        sampling_rate: 160008  - name: transcripts9    dtype: string10  splits:11  - name: train12    num_bytes: 480248141.0291722413    num_examples: 411914  - name: test15    num_bytes: 60651506.2814138716    num_examples: 51517  - name: valid18    num_bytes: 58619378.2814138719    num_examples: 51520  download_size: 52868160421  dataset_size: 599519025.59222configs:23- config_name: default24  data_files:25  - split: train26    path: data/train-*27  - split: test28    path: data/test-*29  - split: valid30    path: data/valid-*31---32