Upload processor
Browse files- tokenizer.json +2 -2
- tokenizer_config.json +7 -1
tokenizer.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b384b9f35437c5c8ab40402b17a05931b52d1a68064417d787c43ba63e16387
|
| 3 |
+
size 4733297
|
tokenizer_config.json
CHANGED
|
@@ -7,21 +7,27 @@
|
|
| 7 |
"image_start_token": "<|image_start|>",
|
| 8 |
"image_thumbnail": "<|img_thumbnail|>",
|
| 9 |
"image_token": "<image>",
|
| 10 |
-
"is_local":
|
| 11 |
"legacy": false,
|
|
|
|
| 12 |
"model_max_length": 1000000000000000019884624838656,
|
| 13 |
"model_specific_special_tokens": {
|
| 14 |
"image_end_token": "<|image_end|>",
|
| 15 |
"image_start_token": "<|image_start|>",
|
| 16 |
"image_token": "<image>"
|
| 17 |
},
|
|
|
|
| 18 |
"pad_token": "<|pad|>",
|
|
|
|
| 19 |
"padding_side": "right",
|
| 20 |
"processor_class": "Lfm2VlProcessor",
|
| 21 |
"return_token_type_ids": false,
|
| 22 |
"sp_model_kwargs": {},
|
| 23 |
"spaces_between_special_tokens": false,
|
|
|
|
| 24 |
"tokenizer_class": "TokenizersBackend",
|
|
|
|
|
|
|
| 25 |
"use_default_system_prompt": false,
|
| 26 |
"use_fast": true
|
| 27 |
}
|
|
|
|
| 7 |
"image_start_token": "<|image_start|>",
|
| 8 |
"image_thumbnail": "<|img_thumbnail|>",
|
| 9 |
"image_token": "<image>",
|
| 10 |
+
"is_local": true,
|
| 11 |
"legacy": false,
|
| 12 |
+
"max_length": 10240,
|
| 13 |
"model_max_length": 1000000000000000019884624838656,
|
| 14 |
"model_specific_special_tokens": {
|
| 15 |
"image_end_token": "<|image_end|>",
|
| 16 |
"image_start_token": "<|image_start|>",
|
| 17 |
"image_token": "<image>"
|
| 18 |
},
|
| 19 |
+
"pad_to_multiple_of": null,
|
| 20 |
"pad_token": "<|pad|>",
|
| 21 |
+
"pad_token_type_id": 0,
|
| 22 |
"padding_side": "right",
|
| 23 |
"processor_class": "Lfm2VlProcessor",
|
| 24 |
"return_token_type_ids": false,
|
| 25 |
"sp_model_kwargs": {},
|
| 26 |
"spaces_between_special_tokens": false,
|
| 27 |
+
"stride": 0,
|
| 28 |
"tokenizer_class": "TokenizersBackend",
|
| 29 |
+
"truncation_side": "right",
|
| 30 |
+
"truncation_strategy": "longest_first",
|
| 31 |
"use_default_system_prompt": false,
|
| 32 |
"use_fast": true
|
| 33 |
}
|