CoolFace
Datasetpublic

mageec/test_data_subset

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes26downloads
README.md42 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: client_id5    dtype: string6  - name: path7    dtype: string8  - name: audio9    dtype:10      audio:11        sampling_rate: 4800012  - name: sentence13    dtype: string14  - name: up_votes15    dtype: int6416  - name: down_votes17    dtype: int6418  - name: age19    dtype: string20  - name: gender21    dtype: string22  - name: accent23    dtype: string24  - name: locale25    dtype: string26  - name: segment27    dtype: string28  - name: variant29    dtype: string30  splits:31  - name: train32    num_bytes: 3570522980.133    num_examples: 9315034  download_size: 346251357735  dataset_size: 3570522980.136configs:37- config_name: default38  data_files:39  - split: train40    path: data/train-*41---42