Update config.json
Browse files- config.json +2 -0
config.json
CHANGED
@@ -56,6 +56,8 @@
|
|
56 |
"torch_dtype": "bfloat16",
|
57 |
"transformers_version": "4.33.1",
|
58 |
"image_token_id": 100594,
|
|
|
|
|
59 |
"vision_config": {
|
60 |
"cls": "CLIPVisionTower",
|
61 |
"model_type": "vision",
|
|
|
56 |
"torch_dtype": "bfloat16",
|
57 |
"transformers_version": "4.33.1",
|
58 |
"image_token_id": 100594,
|
59 |
+
"pad_token_id": 100015,
|
60 |
+
"begin_image_token_id": 100016,
|
61 |
"vision_config": {
|
62 |
"cls": "CLIPVisionTower",
|
63 |
"model_type": "vision",
|