Upload config.json
Browse filesreplaced abs path with repo_name
- config.json +1 -1
config.json
CHANGED
@@ -27,7 +27,7 @@
|
|
27 |
"mm_use_im_start_end": false,
|
28 |
"mm_vision_select_feature": "patch",
|
29 |
"mm_vision_select_layer": -2,
|
30 |
-
"mm_vision_tower": "/
|
31 |
"model_type": "qwen",
|
32 |
"no_bias": true,
|
33 |
"num_attention_heads": 16,
|
|
|
27 |
"mm_use_im_start_end": false,
|
28 |
"mm_vision_select_feature": "patch",
|
29 |
"mm_vision_select_layer": -2,
|
30 |
+
"mm_vision_tower": "openai/clip-vit-large-patch14-336",
|
31 |
"model_type": "qwen",
|
32 |
"no_bias": true,
|
33 |
"num_attention_heads": 16,
|