CoolFace
Datasetpublic

deedax/orbitals-ng

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes12downloads
README.md31 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: audio5    dtype:6      audio:7        sampling_rate: 480008  - name: sentence9    dtype: string10  - name: variant11    dtype: string12  - name: language13    dtype: string14  splits:15  - name: train16    num_bytes: 2614778362.03117    num_examples: 4568718  - name: test19    num_bytes: 448413724.71224320    num_examples: 625421  download_size: 298316241322  dataset_size: 3063192086.74324323configs:24- config_name: default25  data_files:26  - split: train27    path: data/train-*28  - split: test29    path: data/test-*30---31