Update processor_config.json
Browse files- processor_config.json +2 -0
processor_config.json
CHANGED
|
@@ -2,6 +2,8 @@
|
|
| 2 |
"add_special_token": false,
|
| 3 |
"ignore_id": -100,
|
| 4 |
"image_tag": "<image_placeholder>",
|
|
|
|
|
|
|
| 5 |
"mask_prompt": true,
|
| 6 |
"num_image_tokens": 576,
|
| 7 |
"processor_class": "VLChatProcessor",
|
|
|
|
| 2 |
"add_special_token": false,
|
| 3 |
"ignore_id": -100,
|
| 4 |
"image_tag": "<image_placeholder>",
|
| 5 |
+
"image_start_tag": "<begin_of_image>",
|
| 6 |
+
"image_end_tag": "<end_of_image>",
|
| 7 |
"mask_prompt": true,
|
| 8 |
"num_image_tokens": 576,
|
| 9 |
"processor_class": "VLChatProcessor",
|