Update config.json
Browse files- config.json +1 -6
config.json
CHANGED
@@ -1,14 +1,9 @@
|
|
1 |
{
|
2 |
"_commit_hash": null,
|
3 |
-
"_name_or_path": "/
|
4 |
"architectures": [
|
5 |
"InternVLChatModel"
|
6 |
],
|
7 |
-
"auto_map": {
|
8 |
-
"AutoConfig": "configuration_internvl_chat.InternVLChatConfig",
|
9 |
-
"AutoModel": "modeling_internvl_chat.InternVLChatModel",
|
10 |
-
"AutoModelForCausalLM": "modeling_internvl_chat.InternVLChatModel"
|
11 |
-
},
|
12 |
"downsample_ratio": 0.5,
|
13 |
"dynamic_image_size": true,
|
14 |
"force_image_size": 448,
|
|
|
1 |
{
|
2 |
"_commit_hash": null,
|
3 |
+
"_name_or_path": "OpenGVLab/InternVL3-2B",
|
4 |
"architectures": [
|
5 |
"InternVLChatModel"
|
6 |
],
|
|
|
|
|
|
|
|
|
|
|
7 |
"downsample_ratio": 0.5,
|
8 |
"dynamic_image_size": true,
|
9 |
"force_image_size": 448,
|