File size: 1,318 Bytes
b64c2a9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
    "dataset": "singer_identification",
    "total_singers": 24,
    "questions_generated": 150,
    "total_questions_per_combination": 150,
    "singer_usage_stats": {
        "JJ_Lin": 13,
        "Bad_Bunny": 5,
        "Taylor_Swift": 6,
        "Sabrina_Carpenter": 5,
        "The_Weeknd": 7,
        "Teddy_Swims": 9,
        "Morgan_Wallen": 7,
        "Bruno_Mars": 8,
        "Joker_Xue": 3,
        "Kendrick_Lamar": 9,
        "David_Tao": 9,
        "Olivia_Rodrigo": 9,
        "Lady_Gaga": 8,
        "Jay_Chou": 1,
        "Billie_Eilish": 6,
        "Faye_Wong": 6,
        "G.E.M.": 5,
        "Ariana_Grande": 7,
        "Eason_Chan": 8,
        "Harry_Styles": 4,
        "Chappell_Roan": 6,
        "Zhou_Shen": 5,
        "Mayday": 2,
        "SZA": 2
    },
    "combinations": [
        "audio_vision",
        "vision_audio",
        "vision_text",
        "text_vision",
        "text_audio",
        "audio_text"
    ],
    "task_type": "singer_identification_across_modalities",
    "processed_audio_duration": 10,
    "audio_processing_method": "intelligent_vocal_highlight_extraction",
    "data_sources": {
        "singers_dir": "./benchmark/scripts/process/5_Exteral/singers_data",
        "processed_audio_dir": "./benchmark/scripts/process/5_Exteral/singers_data_processed"
    }
}