Qwen3-Coder-30B-A3B-REAP-AWQ / tokenizer_config.json
mattbucci's picture
In-house rebuild: REAP-prune from upstream + AWQ 1024-sample code+thinking recipe
d09a18c verified
raw
history blame contribute delete
457 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": null,
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"errors": "replace",
"is_local": true,
"max_length": 512,
"model_max_length": 1048576,
"pad_token": "<|endoftext|>",
"split_special_tokens": false,
"stride": 0,
"tokenizer_class": "Qwen2Tokenizer",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": null
}