Update config.json
Browse files- config.json +4 -4
config.json
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"MiniCPMV"
|
5 |
],
|
6 |
"attention_bias": false,
|
7 |
"attention_dropout": 0.0,
|
8 |
"auto_map": {
|
9 |
-
"AutoConfig": "
|
10 |
-
"AutoModel": "
|
11 |
-
"AutoModelForCausalLM": "
|
12 |
},
|
13 |
"batch_vision_input": true,
|
14 |
"bos_token_id": 128000,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "instructkr/Llama-3-Ko-MiniCPM-8b",
|
3 |
"architectures": [
|
4 |
"MiniCPMV"
|
5 |
],
|
6 |
"attention_bias": false,
|
7 |
"attention_dropout": 0.0,
|
8 |
"auto_map": {
|
9 |
+
"AutoConfig": "instructkr/Llama-3-Ko-MiniCPM-8b--configuration_minicpm.MiniCPMVConfig",
|
10 |
+
"AutoModel": "instructkr/Llama-3-Ko-MiniCPM-8b--modeling_minicpmv.MiniCPMV",
|
11 |
+
"AutoModelForCausalLM": "instructkr/Llama-3-Ko-MiniCPM-8b--modeling_minicpmv.MiniCPMV"
|
12 |
},
|
13 |
"batch_vision_input": true,
|
14 |
"bos_token_id": 128000,
|