CoolFace
Datasetpublic

minato-ryan/example-codec

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes12downloads
README.md31 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: audio5    dtype: audio6  - name: ingame_filename7    dtype: string8  - name: transcription9    dtype: string10  - name: language11    dtype: string12  - name: speaker13    dtype: string14  - name: voice_type15    dtype: string16  - name: codes17    sequence:18      sequence: int3219  splits:20  - name: train21    num_bytes: 71798990.022    num_examples: 10023  download_size: 6313046124  dataset_size: 71798990.025configs:26- config_name: default27  data_files:28  - split: train29    path: data/train-*30---31