Commit ·
9cb37ab
1
Parent(s): 3eef895
add image pad attr
Browse files- tokenizer_config.json +1 -0
tokenizer_config.json
CHANGED
|
@@ -26,6 +26,7 @@
|
|
| 26 |
"is_local": true,
|
| 27 |
"model_max_length": 131072,
|
| 28 |
"pad_token": "<|endoftext|>",
|
|
|
|
| 29 |
"processor_class": "IsaacProcessor",
|
| 30 |
"split_special_tokens": false,
|
| 31 |
"tokenizer_class": "Qwen2Tokenizer",
|
|
|
|
| 26 |
"is_local": true,
|
| 27 |
"model_max_length": 131072,
|
| 28 |
"pad_token": "<|endoftext|>",
|
| 29 |
+
"image_pad_token":"<|image_pad|>",
|
| 30 |
"processor_class": "IsaacProcessor",
|
| 31 |
"split_special_tokens": false,
|
| 32 |
"tokenizer_class": "Qwen2Tokenizer",
|