XModBench / tasks /05_Exteral /music_genre_classification /gtzan_generation_stats.json
RyanWW's picture
Upload folder using huggingface_hub
b64c2a9 verified
{
"dataset": "gtzan",
"total_genres": 10,
"valid_genres": [
"pop",
"jazz",
"hiphop",
"blues",
"classical",
"country",
"rock",
"reggae",
"metal",
"disco"
],
"questions_per_genre": 100,
"total_questions_per_combination": 1000,
"genre_stats": {
"pop": 100,
"jazz": 100,
"hiphop": 100,
"blues": 100,
"classical": 100,
"country": 100,
"rock": 100,
"reggae": 100,
"metal": 100,
"disco": 100
},
"combinations": [
"audio_vision",
"vision_audio",
"vision_text",
"text_vision",
"text_audio",
"audio_text"
],
"processed_audio_duration": 10,
"audio_processing_method": "highest_energy_segment",
"task_type": "genre_matching_across_modalities"
}