Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -29,5 +29,6 @@
|
|
| 29 |
"transformers_version": "4.40.1",
|
| 30 |
"use_cache": true,
|
| 31 |
"use_flash_attn": true,
|
| 32 |
-
"vocab_size": 49156
|
|
|
|
| 33 |
}
|
|
|
|
| 29 |
"transformers_version": "4.40.1",
|
| 30 |
"use_cache": true,
|
| 31 |
"use_flash_attn": true,
|
| 32 |
+
"vocab_size": 49156,
|
| 33 |
+
"image_token_index": 49154
|
| 34 |
}
|