CoolFace
Datasetpublic

bakhtiari77/debug_v1.2

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes5downloads
README.md27 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: audio5    dtype:6      audio:7        sampling_rate: 160008  - name: transcription9    dtype: string10  splits:11  - name: train12    num_bytes: 36303631.5632217913    num_examples: 27014  - name: val15    num_bytes: 38356010.016    num_examples: 27017  download_size: 7181129018  dataset_size: 74659641.5632217819configs:20- config_name: default21  data_files:22  - split: train23    path: data/train-*24  - split: val25    path: data/val-*26---27