Upload processor
Browse files- preprocessor_config.json +1 -1
- tokenizer_config.json +1 -0
preprocessor_config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"do_convert_rgb": true,
|
| 3 |
-
"do_image_splitting":
|
| 4 |
"do_normalize": true,
|
| 5 |
"do_pad": true,
|
| 6 |
"do_rescale": true,
|
|
|
|
| 1 |
{
|
| 2 |
"do_convert_rgb": true,
|
| 3 |
+
"do_image_splitting": false,
|
| 4 |
"do_normalize": true,
|
| 5 |
"do_pad": true,
|
| 6 |
"do_rescale": true,
|
tokenizer_config.json
CHANGED
|
@@ -1713,6 +1713,7 @@
|
|
| 1713 |
],
|
| 1714 |
"bos_token": "<|im_start|>",
|
| 1715 |
"clean_up_tokenization_spaces": false,
|
|
|
|
| 1716 |
"end_of_utterance_token": "<end_of_utterance>",
|
| 1717 |
"eos_token": "<end_of_utterance>",
|
| 1718 |
"extra_special_tokens": {
|
|
|
|
| 1713 |
],
|
| 1714 |
"bos_token": "<|im_start|>",
|
| 1715 |
"clean_up_tokenization_spaces": false,
|
| 1716 |
+
"do_image_splitting": false,
|
| 1717 |
"end_of_utterance_token": "<end_of_utterance>",
|
| 1718 |
"eos_token": "<end_of_utterance>",
|
| 1719 |
"extra_special_tokens": {
|