strifero commited on
Commit
d1b5f03
·
verified ·
1 Parent(s): 3be1a87

v3.1.0: tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +4 -0
tokenizer_config.json CHANGED
@@ -11,6 +11,7 @@
11
  "image_token": "<|image_pad|>",
12
  "is_local": true,
13
  "local_files_only": false,
 
14
  "model_max_length": 262144,
15
  "model_specific_special_tokens": {
16
  "audio_bos_token": "<|audio_start|>",
@@ -26,8 +27,11 @@
26
  "pretokenize_regex": "(?i:'s|'t|'re|'ve|'m|'ll|'d)|[^\\r\\n\\p{L}\\p{N}]?[\\p{L}\\p{M}]+|\\p{N}| ?[^\\s\\p{L}\\p{M}\\p{N}]+[\\r\\n]*|\\s*[\\r\\n]+|\\s+(?!\\S)|\\s+",
27
  "processor_class": "Qwen3VLProcessor",
28
  "split_special_tokens": false,
 
29
  "tokenizer_class": "TokenizersBackend",
30
  "tool_parser_type": "qwen3_coder",
 
 
31
  "unk_token": null,
32
  "video_token": "<|video_pad|>",
33
  "vision_bos_token": "<|vision_start|>",
 
11
  "image_token": "<|image_pad|>",
12
  "is_local": true,
13
  "local_files_only": false,
14
+ "max_length": 1280,
15
  "model_max_length": 262144,
16
  "model_specific_special_tokens": {
17
  "audio_bos_token": "<|audio_start|>",
 
27
  "pretokenize_regex": "(?i:'s|'t|'re|'ve|'m|'ll|'d)|[^\\r\\n\\p{L}\\p{N}]?[\\p{L}\\p{M}]+|\\p{N}| ?[^\\s\\p{L}\\p{M}\\p{N}]+[\\r\\n]*|\\s*[\\r\\n]+|\\s+(?!\\S)|\\s+",
28
  "processor_class": "Qwen3VLProcessor",
29
  "split_special_tokens": false,
30
+ "stride": 0,
31
  "tokenizer_class": "TokenizersBackend",
32
  "tool_parser_type": "qwen3_coder",
33
+ "truncation_side": "right",
34
+ "truncation_strategy": "longest_first",
35
  "unk_token": null,
36
  "video_token": "<|video_pad|>",
37
  "vision_bos_token": "<|vision_start|>",