Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -4,9 +4,9 @@
|
|
4 |
"HCXVisionForCausalLM"
|
5 |
],
|
6 |
"auto_map": {
|
7 |
-
"AutoConfig": "configuration_hyperclovax.HCXVisionConfig",
|
8 |
-
"AutoModelForCausalLM": "modeling_hyperclovax.HCXVisionForCausalLM",
|
9 |
-
"AutoProcessor": "preprocessor.HCXVisionProcessor"
|
10 |
},
|
11 |
"decoder_max_length": 16384,
|
12 |
"freeze_decoder": false,
|
|
|
4 |
"HCXVisionForCausalLM"
|
5 |
],
|
6 |
"auto_map": {
|
7 |
+
"AutoConfig": "naver-hyperclovax/HyperCLOVAX-SEED-Vision-Instruct-3B--configuration_hyperclovax.HCXVisionConfig",
|
8 |
+
"AutoModelForCausalLM": "naver-hyperclovax/HyperCLOVAX-SEED-Vision-Instruct-3B--modeling_hyperclovax.HCXVisionForCausalLM",
|
9 |
+
"AutoProcessor": "naver-hyperclovax/HyperCLOVAX-SEED-Vision-Instruct-3B--preprocessor.HCXVisionProcessor"
|
10 |
},
|
11 |
"decoder_max_length": 16384,
|
12 |
"freeze_decoder": false,
|