CoolFace
Datasetpublic

neuronbit/uaspeech_train

sourceHugging Faceupdated 2y agoView on Hugging Face
2likes18downloads
README.md34 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: id5    dtype: string6  - name: target7    dtype: string8  - name: path9    dtype: string10  - name: dataset11    dtype: string12  - name: severity13    dtype: string14  - name: speech15    struct:16    - name: array17      sequence: float6418    - name: path19      dtype: 'null'20    - name: sampling_rate21      dtype: int6422  splits:23  - name: train24    num_bytes: 1660117914625    num_examples: 3865626  download_size: 400173468927  dataset_size: 1660117914628configs:29- config_name: default30  data_files:31  - split: train32    path: data/train-*33---34