AlexHung29629
commited on
Commit
•
2de4d3f
1
Parent(s):
834194e
Update preprocessor_config.json
Browse files- preprocessor_config.json +2 -2
preprocessor_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"auto_map": {
|
3 |
-
"AutoFeatureExtractor": "
|
4 |
-
"AutoProcessor": "
|
5 |
},
|
6 |
"do_convert_rgb": true,
|
7 |
"do_normalize": true,
|
|
|
1 |
{
|
2 |
"auto_map": {
|
3 |
+
"AutoFeatureExtractor": "audio_processing_mllama.MllamaAudioFeatureExtractor",
|
4 |
+
"AutoProcessor": "processing_mllama.MllamaProcessor"
|
5 |
},
|
6 |
"do_convert_rgb": true,
|
7 |
"do_normalize": true,
|