LongCat-Flash-Prover / special_tokens_map.json
wjn1996's picture
Add files using upload-large-folder tool
fc554a4 verified
raw
history blame contribute delete
584 Bytes
{
"bos_token": {
"content": "<longcat_s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</longcat_s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<longcat_pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<longcat_unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}