CoolFace
Datasetpublic

AdoCleanCode/polish_yodas_mfa_aligned

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes18downloads
README.md42 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: id5    dtype: string6  - name: speaker_id7    dtype: string8  - name: audio9    dtype:10      audio:11        sampling_rate: 1600012  - name: transcript13    dtype: string14  - name: words15    list:16    - name: word17      dtype: string18    - name: start19      dtype: float6420    - name: end21      dtype: float6422  - name: phonemes23    list:24    - name: phoneme25      dtype: string26    - name: start27      dtype: float6428    - name: end29      dtype: float6430  splits:31  - name: train32    num_bytes: 59639734.033    num_examples: 63334  download_size: 5804835735  dataset_size: 59639734.036configs:37- config_name: default38  data_files:39  - split: train40    path: data/train-*41---42