Files
VL-1-Coder-Heretic/tokenizer_config.json
ModelHub XC a731e35027 初始化项目,由ModelHub XC社区提供模型
Model: haffner/VL-1-Coder-Heretic
Source: Original Platform
2026-08-13 07:49:17 +08:00

23 lines
590 B
JSON

{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": null,
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"errors": "replace",
"is_local": false,
"local_files_only": false,
"max_length": 1024,
"model_max_length": 32768,
"pad_to_multiple_of": null,
"pad_token": "<|endoftext|>",
"pad_token_type_id": 0,
"padding_side": "left",
"split_special_tokens": false,
"stride": 0,
"tokenizer_class": "Qwen2Tokenizer",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": null
}