Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -65,5 +65,6 @@
|
|
65 |
"use_cache": true,
|
66 |
"use_mm_proj": true,
|
67 |
"vision_tower_pretrained": null,
|
68 |
-
"vocab_size": 128256
|
|
|
69 |
}
|
|
|
65 |
"use_cache": true,
|
66 |
"use_mm_proj": true,
|
67 |
"vision_tower_pretrained": null,
|
68 |
+
"vocab_size": 128256,
|
69 |
+
"image_token_index": 128256
|
70 |
}
|