LLaDA2.2-flash-OptiQ-2bit / tokenizer_config.json
codelion's picture
Add files using upload-large-folder tool
c7972e3 verified
Raw
History Blame Contribute Delete
528 Bytes
{
"backend": "tokenizers",
"bos_token": "<|startoftext|>",
"clean_up_tokenization_spaces": false,
"cls_token": "[CLS]",
"eos_token": "<|endoftext|>",
"fast_tokenizer": true,
"gmask_token": "[gMASK]",
"is_local": true,
"local_files_only": false,
"mask_token": "<|mask|>",
"merges_file": null,
"model_max_length": 262144,
"model_specific_special_tokens": {
"gmask_token": "[gMASK]"
},
"pad_token": "<|endoftext|>",
"tokenizer_class": "PreTrainedTokenizerFast",
"tool_parser_type": "kimi_k2"
}