Update preprocessor_config.json
Browse files- preprocessor_config.json +3 -0
preprocessor_config.json
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
{
|
|
|
|
|
|
|
2 |
"chunk_length": 30,
|
3 |
"dither": 0.0,
|
4 |
"feature_extractor_type": "WhisperFeatureExtractor",
|
|
|
1 |
{
|
2 |
+
"auto_map": {
|
3 |
+
"AutoProcessor": "processing_aero.py.AeroProcessor",
|
4 |
+
},
|
5 |
"chunk_length": 30,
|
6 |
"dither": 0.0,
|
7 |
"feature_extractor_type": "WhisperFeatureExtractor",
|