eg-bot-file / tokenizer_config.json
baellouf's picture
Initial upload from yimingzhang/qwen-3-1.7b-57b-cool-from-66550-step96800
90e478c verified
Raw
History Blame Contribute Delete
597 Bytes
{
"added_tokens_decoder": {
"2348": {
"content": "<bos>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"2349": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"bos_token": "<bos>",
"clean_up_tokenization_spaces": false,
"extra_special_tokens": {},
"model_max_length": 1000000000000000019884624838656,
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "<unk>"
}