Andybeyond commited on
Commit
afe6a24
·
verified ·
1 Parent(s): 8a3fd62

Create pop_train_happy_directory.json

Browse files
datasets/melodies/pop/train/happy/pop_train_happy_directory.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "directory_info": {
3
+ "genre": "pop",
4
+ "split": "train",
5
+ "mood": "happy",
6
+ "path": "datasets/melodies/pop/train/happy"
7
+ },
8
+ "musical_parameters": {
9
+ "tempo_range": {
10
+ "min_bpm": 115,
11
+ "max_bpm": 130
12
+ },
13
+ "preferred_keys": ["C major", "G major", "D major", "A major", "F major"],
14
+ "time_signature": "4/4"
15
+ },
16
+ "composition_guidelines": {
17
+ "melody_length_bars": [16, 32],
18
+ "phrase_structure": "4-bar phrases",
19
+ "typical_intervals": ["2nd", "3rd", "4th", "5th"],
20
+ "rhythm_patterns": ["eighth notes", "sixteenth notes", "syncopation"]
21
+ },
22
+ "dataset_info": {
23
+ "total_files": 0,
24
+ "recommended_batch_size": 32,
25
+ "data_augmentation": {
26
+ "transpose": true,
27
+ "tempo_variation": "±10 BPM",
28
+ "rhythm_variation": true
29
+ }
30
+ },
31
+ "version_control": {
32
+ "last_updated": "2024-11-16",
33
+ "version": "0.1.0"
34
+ }
35
+ }