Update preprocessor_config.json
Browse files- preprocessor_config.json +3 -6
preprocessor_config.json
CHANGED
|
@@ -1,15 +1,12 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
"feature_extractor_type": "CLAPFeatureExtractor",
|
| 6 |
"feature_size": 64,
|
| 7 |
"hop_length": 480,
|
| 8 |
-
"max_length": 480000,
|
| 9 |
"n_fft": 1024,
|
| 10 |
-
"n_samples": 480000,
|
| 11 |
"nb_max_frames": 1000,
|
| 12 |
-
"norm": null,
|
| 13 |
"padding_side": "right",
|
| 14 |
"padding_value": 0.0,
|
| 15 |
"processor_class": "CLAPProcessor",
|
|
|
|
| 1 |
{
|
| 2 |
+
"chunk_length_s": 10,
|
| 3 |
+
"frequency_max": 14000,
|
| 4 |
+
"frequency_min": 50,
|
| 5 |
"feature_extractor_type": "CLAPFeatureExtractor",
|
| 6 |
"feature_size": 64,
|
| 7 |
"hop_length": 480,
|
|
|
|
| 8 |
"n_fft": 1024,
|
|
|
|
| 9 |
"nb_max_frames": 1000,
|
|
|
|
| 10 |
"padding_side": "right",
|
| 11 |
"padding_value": 0.0,
|
| 12 |
"processor_class": "CLAPProcessor",
|