Commit ·
66f3d5f
1
Parent(s): 87f4831
add image pad token attr
Browse files- tokenizer_config.json +1 -0
tokenizer_config.json
CHANGED
|
@@ -24,6 +24,7 @@
|
|
| 24 |
"<|video_pad|>"
|
| 25 |
],
|
| 26 |
"is_local": true,
|
|
|
|
| 27 |
"model_max_length": 131072,
|
| 28 |
"pad_token": "<|endoftext|>",
|
| 29 |
"processor_class": "IsaacProcessor",
|
|
|
|
| 24 |
"<|video_pad|>"
|
| 25 |
],
|
| 26 |
"is_local": true,
|
| 27 |
+
"image_pad_token": "<|image_pad|>",
|
| 28 |
"model_max_length": 131072,
|
| 29 |
"pad_token": "<|endoftext|>",
|
| 30 |
"processor_class": "IsaacProcessor",
|