Datasets:
Upload heavy-preprocess.json with huggingface_hub
Browse files- heavy-preprocess.json +101 -0
heavy-preprocess.json
ADDED
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"length":{
|
3 |
+
"args": {
|
4 |
+
"min_length_s": 80,
|
5 |
+
"max_length_s": 800
|
6 |
+
}
|
7 |
+
},
|
8 |
+
"note_density_in_interval":{
|
9 |
+
"args": {
|
10 |
+
"test_params_list":
|
11 |
+
[
|
12 |
+
{
|
13 |
+
"max_notes_per_second": 60,
|
14 |
+
"max_notes_per_second_per_pitch": 15,
|
15 |
+
"interval_len_s": 3
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"max_notes_per_second": 45,
|
19 |
+
"max_notes_per_second_per_pitch": 10,
|
20 |
+
"interval_len_s": 5
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"max_notes_per_second": 40,
|
24 |
+
"max_notes_per_second_per_pitch": 8,
|
25 |
+
"interval_len_s": 10
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"max_notes_per_second": 30,
|
29 |
+
"max_notes_per_second_per_pitch": 6,
|
30 |
+
"interval_len_s": 45
|
31 |
+
}
|
32 |
+
]
|
33 |
+
}
|
34 |
+
},
|
35 |
+
"note_timing_entropy":{
|
36 |
+
"args": {
|
37 |
+
"min_length_entropy": 3.5,
|
38 |
+
"min_onset_delta_entropy": 3.0
|
39 |
+
}
|
40 |
+
},
|
41 |
+
"note_pitch_entropy":{
|
42 |
+
"args": {
|
43 |
+
"min_entropy": 4.0
|
44 |
+
}
|
45 |
+
},
|
46 |
+
"unique_pitch_count_in_interval":{
|
47 |
+
"args": {
|
48 |
+
"test_params_list":
|
49 |
+
[
|
50 |
+
{"min_unique_pitch_cnt": 5, "interval_len_s": 30},
|
51 |
+
{"min_unique_pitch_cnt": 8, "interval_len_s": 60},
|
52 |
+
{"min_unique_pitch_cnt": 10, "interval_len_s": 120}
|
53 |
+
]
|
54 |
+
}
|
55 |
+
},
|
56 |
+
"unique_pitch_count":{
|
57 |
+
"args": {
|
58 |
+
"min_num_unique_pitches": 20
|
59 |
+
}
|
60 |
+
},
|
61 |
+
"silent_interval":{
|
62 |
+
"args": {
|
63 |
+
"max_silence_s": 8
|
64 |
+
}
|
65 |
+
},
|
66 |
+
"mean_note_velocity":{
|
67 |
+
"args": {
|
68 |
+
"min_mean_velocity": 30,
|
69 |
+
"max_mean_velocity": 90
|
70 |
+
}
|
71 |
+
},
|
72 |
+
"max_programs":{
|
73 |
+
"args": {
|
74 |
+
"max": 12
|
75 |
+
}
|
76 |
+
},
|
77 |
+
"max_instruments":{
|
78 |
+
"args": {
|
79 |
+
"max": 7
|
80 |
+
}
|
81 |
+
},
|
82 |
+
"total_note_frequency":{
|
83 |
+
"args": {
|
84 |
+
"min_per_second": 1.5,
|
85 |
+
"max_per_second": 30
|
86 |
+
}
|
87 |
+
},
|
88 |
+
"note_frequency_per_instrument":{
|
89 |
+
"args": {
|
90 |
+
"min_per_second": 1.0,
|
91 |
+
"max_per_second": 25
|
92 |
+
}
|
93 |
+
},
|
94 |
+
"repetitive_content":{
|
95 |
+
"args": {
|
96 |
+
"min_length_m": 20,
|
97 |
+
"num_chunks": 5,
|
98 |
+
"kl_tolerance": 0.2
|
99 |
+
}
|
100 |
+
}
|
101 |
+
}
|