CoolFace
Datasetpublic

Digital-Divide-Data/Luhya-ASR-Data-subset-TO

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes104downloads
README.md36 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: audio5    dtype: audio6  - name: transcript7    dtype: string8  - name: user_id9    dtype: string10  - name: dialect11    dtype: string12  - name: reviewer13    dtype: string14  splits:15  - name: train16    num_bytes: 7786657899.544867517    num_examples: 740118  - name: validation19    num_bytes: 104217830.562895120    num_examples: 10021  - name: test22    num_bytes: 265214558.9072377723    num_examples: 25024  download_size: 729660110225  dataset_size: 8156090289.01526configs:27- config_name: default28  data_files:29  - split: train30    path: data/train-*31  - split: validation32    path: data/validation-*33  - split: test34    path: data/test-*35---36