Files
HiPO-1.7B/special_tokens_map.json

25 lines
430 B
JSON
Raw Permalink Normal View History

{
"additional_special_tokens": [
"<judge>",
"</judge>",
"<answer>",
"</answer>",
"<think_on>",
"<think_off>"
],
"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
}
}