Andybeyond commited on
Commit
b1d2427
·
verified ·
1 Parent(s): 4e62b37

Rename datasets/melodies/classical/test/sad/pop_test_sad_aminor_85.json to datasets/melodies/classical/test/sad/classical_test_sad_gminor_85.json

Browse files
datasets/melodies/classical/test/sad/classical_test_sad_gminor_85.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "file_info": {
3
+ "genre": "classical",
4
+ "split": "test",
5
+ "mood": "sad",
6
+ "key": "G minor",
7
+ "tempo": 85,
8
+ "form": "lamento"
9
+ },
10
+ "musical_attributes": {
11
+ "time_signature": "4/4",
12
+ "length_bars": 32,
13
+ "primary_scale": "harmonic minor",
14
+ "melodic_range": {
15
+ "lowest_note": "G3",
16
+ "highest_note": "G5"
17
+ },
18
+ "period": "classical"
19
+ },
20
+ "composition_details": {
21
+ "phrase_structure": [
22
+ "4-bar lamento bass",
23
+ "4-bar melodic response",
24
+ "8-bar development",
25
+ "8-bar variation",
26
+ "8-bar coda"
27
+ ],
28
+ "rhythmic_patterns": [
29
+ "dotted rhythms",
30
+ "sighing motifs",
31
+ "suspensions",
32
+ "slow trills",
33
+ "pathetic appogiaturas"
34
+ ],
35
+ "melodic_patterns": [
36
+ "descending tetrachord",
37
+ "chromatic passages",
38
+ "minor mode expressions",
39
+ "expressive dissonances",
40
+ "baroque affects"
41
+ ]
42
+ },
43
+ "test_metadata": {
44
+ "difficulty_level": "advanced",
45
+ "tags": [
46
+ "lamento",
47
+ "baroque-style",
48
+ "pathos",
49
+ "test-set",
50
+ "expressive",
51
+ "minor-key",
52
+ "chromatic",
53
+ "production-ready"
54
+ ],
55
+ "creation_date": "2024-01-01",
56
+ "style_influences": [
57
+ "baroque lamento",
58
+ "classical pathos",
59
+ "tragic expression"
60
+ ],
61
+ "test_focus": [
62
+ "emotional_depth",
63
+ "historical_authenticity",
64
+ "performance_viability"
65
+ ],
66
+ "evaluation_criteria": [
67
+ "expressive_quality",
68
+ "period_accuracy",
69
+ "professional_standard"
70
+ ]
71
+ }
72
+ }
datasets/melodies/classical/test/sad/pop_test_sad_aminor_85.json DELETED
@@ -1,47 +0,0 @@
1
- {
2
- "file_info": {
3
- "genre": "pop",
4
- "split": "test",
5
- "mood": "sad",
6
- "key": "A minor",
7
- "tempo": 85
8
- },
9
- "musical_attributes": {
10
- "time_signature": "4/4",
11
- "length_bars": 16,
12
- "primary_scale": "minor",
13
- "melodic_range": {
14
- "lowest_note": "A3",
15
- "highest_note": "C5"
16
- }
17
- },
18
- "composition_details": {
19
- "phrase_structure": ["4-bar", "4-bar", "4-bar", "4-bar"],
20
- "rhythmic_patterns": [
21
- "sustained notes",
22
- "quarter notes",
23
- "eighth note pairs",
24
- "emotional pauses",
25
- "gentle rhythms"
26
- ],
27
- "melodic_patterns": [
28
- "descending lines",
29
- "minor arpeggios",
30
- "stepwise motion in minor",
31
- "expressive intervals",
32
- "emotional phrases"
33
- ]
34
- },
35
- "training_metadata": {
36
- "difficulty_level": "intermediate",
37
- "tags": [
38
- "emotional",
39
- "melancholic",
40
- "test-set",
41
- "ballad-style",
42
- "minor-key",
43
- "evaluation"
44
- ],
45
- "creation_date": "2024-11-17"
46
- }
47
- }