Create preprocessor_config.json
Browse files- preprocessor_config.json +11 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"chunk_length_s": null,
|
3 |
+
"feature_extractor_type": "EncodecFeatureExtractor",
|
4 |
+
"feature_size": 1,
|
5 |
+
"overlap": null,
|
6 |
+
"padding_side": "left",
|
7 |
+
"padding_value": 0.0,
|
8 |
+
"processor_class": "MusicgenProcessor",
|
9 |
+
"return_attention_mask": true,
|
10 |
+
"sampling_rate": 32000
|
11 |
+
}
|