Upload \config.json with huggingface_hub
Browse files- //config.json +26 -0
//config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"feature": {
|
3 |
+
"sr": 16000,
|
4 |
+
"hop_sample": 256,
|
5 |
+
"mel_bins": 256,
|
6 |
+
"n_bins": 256,
|
7 |
+
"fft_bins": 2048,
|
8 |
+
"window_length": 2048,
|
9 |
+
"log_offset": 1e-08,
|
10 |
+
"window": "hann",
|
11 |
+
"pad_mode": "constant"
|
12 |
+
},
|
13 |
+
"input": {
|
14 |
+
"margin_b": 32,
|
15 |
+
"margin_f": 32,
|
16 |
+
"num_frame": 128,
|
17 |
+
"max_value": 0.0,
|
18 |
+
"min_value": -18.42068099975586
|
19 |
+
},
|
20 |
+
"midi": {
|
21 |
+
"note_min": 21,
|
22 |
+
"note_max": 108,
|
23 |
+
"num_note": 88,
|
24 |
+
"num_velocity": 128
|
25 |
+
}
|
26 |
+
}
|