update config
Browse files- config.json +2 -2
config.json
CHANGED
@@ -4,8 +4,8 @@
|
|
4 |
"AriaForConditionalGeneration"
|
5 |
],
|
6 |
"auto_map": {
|
7 |
-
"AutoConfig": "
|
8 |
-
"AutoModelForCausalLM": "
|
9 |
},
|
10 |
"ignore_index": -100,
|
11 |
"image_token_index": 9,
|
|
|
4 |
"AriaForConditionalGeneration"
|
5 |
],
|
6 |
"auto_map": {
|
7 |
+
"AutoConfig": "AriaConfig",
|
8 |
+
"AutoModelForCausalLM": "AriaForConditionalGeneration"
|
9 |
},
|
10 |
"ignore_index": -100,
|
11 |
"image_token_index": 9,
|