Marco
commited on
Commit
·
1165597
1
Parent(s):
2acf199
Added a AutoProcessor field to the auto map
Browse files- config.json +2 -1
config.json
CHANGED
@@ -4,7 +4,8 @@
|
|
4 |
],
|
5 |
"auto_map": {
|
6 |
"AutoConfig": "configuration_ovis.OvisConfig",
|
7 |
-
"AutoModelForCausalLM": "modeling_ovis.Ovis"
|
|
|
8 |
},
|
9 |
"conversation_formatter_class": "QwenConversationFormatter",
|
10 |
"disable_tie_weight": false,
|
|
|
4 |
],
|
5 |
"auto_map": {
|
6 |
"AutoConfig": "configuration_ovis.OvisConfig",
|
7 |
+
"AutoModelForCausalLM": "modeling_ovis.Ovis",
|
8 |
+
"AutoProcessor": "processing_ovis.OvisProcessor"
|
9 |
},
|
10 |
"conversation_formatter_class": "QwenConversationFormatter",
|
11 |
"disable_tie_weight": false,
|