CoolFace
Datasetpublic

developerkyimage/staging_dataset

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes4downloads
README.md32 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: id5    dtype: string6  - name: file_id7    dtype: int648  - name: audio9    dtype: audio10  - name: transcription11    dtype: string12  - name: language13    dtype: string14  - name: created_at15    dtype: string16  - name: updated_at17    dtype: string18  - name: uuid19    dtype: string20  splits:21  - name: train22    num_bytes: 203242915.023    num_examples: 50524  download_size: 19587998025  dataset_size: 203242915.026configs:27- config_name: default28  data_files:29  - split: train30    path: data/train-*31---32