-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprobes_phase2.json.sample
More file actions
42 lines (42 loc) · 1.24 KB
/
probes_phase2.json.sample
File metadata and controls
42 lines (42 loc) · 1.24 KB
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
[
{
"id": "probe_d1",
"title": "Stormy Mountain",
"prompt": "Dark aggressive thunderstorm vibe",
"caption": "A chaotic thunderstorm over a jagged mountain range with lightning bolts",
"type": "image_probe",
"expected_matches": ["metal_01", "industrial_01"]
},
{
"id": "probe_d2",
"title": "Peaceful Beach",
"prompt": "Calm relaxing tropical sunset vibe",
"caption": "A peaceful tropical beach at sunset with calm turquoise water",
"type": "image_probe",
"expected_matches": ["reggae_01", "ambient_01"]
},
{
"id": "probe_e1",
"title": "Solo Piano",
"prompt": "A simple solo piano melody",
"caption": "A lone grand piano on a white stage",
"type": "audio_probe",
"expected_matches": ["classical_01", "ambient_01"]
},
{
"id": "probe_e2",
"title": "Metal Riff",
"prompt": "A heavy distorted electric guitar riff",
"caption": "A stack of amplifiers in a dark room",
"type": "audio_probe",
"expected_matches": ["metal_01"]
},
{
"id": "probe_e3",
"title": "Sub Bass",
"prompt": "A deep pulsing sub-bass loop",
"caption": "Visual representation of sound waves in green neon",
"type": "audio_probe",
"expected_matches": ["dubstep_01"]
}
]