Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -24,8 +24,8 @@
|
|
24 |
},
|
25 |
"audio_token_index": 151667,
|
26 |
"auto_map": {
|
27 |
-
"AutoConfig": "configuration_aero.
|
28 |
-
"AutoModelForCausalLM": "modeling_aero.
|
29 |
},
|
30 |
"model_type": "aero",
|
31 |
"text_config": {
|
|
|
24 |
},
|
25 |
"audio_token_index": 151667,
|
26 |
"auto_map": {
|
27 |
+
"AutoConfig": "configuration_aero.AeroConfig",
|
28 |
+
"AutoModelForCausalLM": "modeling_aero.AeroForConditionalGeneration"
|
29 |
},
|
30 |
"model_type": "aero",
|
31 |
"text_config": {
|