Upload config.json with huggingface_hub
Browse files- config.json +8 -0
config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"sample_rate": 22050,
|
| 3 |
+
"duration": 4.0,
|
| 4 |
+
"n_mels": 128,
|
| 5 |
+
"n_fft": 2048,
|
| 6 |
+
"hop_length": 512,
|
| 7 |
+
"use_mfcc": false
|
| 8 |
+
}
|