CoolFace
Datasetpublic

MUGEN-Benchmark/Genre_Classification

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes111downloads
README.md71 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: instruction5    dtype: string6  - name: answer7    dtype: string8  - name: target_genre9    dtype: string10  - name: audio111    dtype:12      audio:13        sampling_rate: 1600014  - name: audio1_tags15    dtype: string16  - name: audio217    dtype:18      audio:19        sampling_rate: 1600020  - name: audio2_tags21    dtype: string22  - name: audio323    dtype:24      audio:25        sampling_rate: 1600026  - name: audio3_tags27    dtype: string28  - name: audio429    dtype:30      audio:31        sampling_rate: 1600032  - name: audio4_tags33    dtype: string34  - name: audio535    dtype:36      audio:37        sampling_rate: 1600038  - name: audio5_tags39    dtype: string40  - name: __index_level_0__41    dtype: int6442  - name: id43    dtype: int6444  splits:45  - name: test_446    num_bytes: 19202852547    num_examples: 5048  - name: test_349    num_bytes: 14402633250    num_examples: 5051  - name: test_252    num_bytes: 9602413953    num_examples: 5054  - name: test55    num_bytes: 24003071856    num_examples: 5057  download_size: 67182760058  dataset_size: 67210971459configs:60- config_name: default61  data_files:62  - split: test_463    path: data/test_4-*64  - split: test_365    path: data/test_3-*66  - split: test_267    path: data/test_2-*68  - split: test69    path: data/test-*70---71