Update config.json
Browse files- config.json +4 -0
config.json
CHANGED
@@ -4,6 +4,10 @@
|
|
4 |
"architectures": [
|
5 |
"InternVLChatModel"
|
6 |
],
|
|
|
|
|
|
|
|
|
7 |
"downsample_ratio": 0.5,
|
8 |
"dynamic_image_size": true,
|
9 |
"force_image_size": 448,
|
|
|
4 |
"architectures": [
|
5 |
"InternVLChatModel"
|
6 |
],
|
7 |
+
"auto_map": {
|
8 |
+
"AutoConfig": "configuration_internvl_chat.InternVLChatConfig",
|
9 |
+
"AutoModel": "modeling_internvl_chat.InternVLChatModel"
|
10 |
+
},
|
11 |
"downsample_ratio": 0.5,
|
12 |
"dynamic_image_size": true,
|
13 |
"force_image_size": 448,
|