M2-Reasoning / special_tokens_map.json
LandyGuo
upload model
8773391
raw
history blame contribute delete
584 Bytes
{
"additional_special_tokens": [
"[item]",
"<html>",
"</html>",
"<body>",
"</body>",
"<table>",
"</table>",
"<tr>",
"</tr>",
"<td>",
"</td>",
"<think>",
"</think>",
"<answer>",
"</answer>",
"<|startoftext|>",
"[gMASK]"
],
"eos_token": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}