Vanbitcase commited on
Commit
b8b2f5f
·
verified ·
1 Parent(s): b0e70a0

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +5 -11
tokenizer_config.json CHANGED
@@ -231,17 +231,11 @@
231
  "eos_token": "<|im_end|>",
232
  "errors": "replace",
233
  "extra_special_tokens": {},
234
- "max_length": 7000,
235
  "model_max_length": 262144,
236
- "pad_to_multiple_of": null,
237
  "pad_token": "<|vision_pad|>",
238
- "pad_token_type_id": 0,
239
- "padding_side": "right",
240
- "processor_class": "_Unsloth_Patched_Qwen3VLProcessor",
241
  "split_special_tokens": false,
242
- "stride": 0,
243
- "tokenizer_class": "Qwen2TokenizerFast",
244
- "truncation_side": "right",
245
- "truncation_strategy": "longest_first",
246
- "unk_token": null
247
- }
 
231
  "eos_token": "<|im_end|>",
232
  "errors": "replace",
233
  "extra_special_tokens": {},
 
234
  "model_max_length": 262144,
 
235
  "pad_token": "<|vision_pad|>",
236
+ "padding_side": "left",
237
+ "processor_class": "Qwen3VLProcessor",
 
238
  "split_special_tokens": false,
239
+ "tokenizer_class": "Qwen2Tokenizer",
240
+ "unk_token": null,
241
+ }