tiny-ko-base / special_tokens_map.json
minpeter's picture
Training in progress, step 1000
e236499 verified
raw
history blame
571 Bytes
{
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>",
"<|finetune_pad|>",
"<tools>",
"</tools>",
"<tool_call>",
"</tool_call>",
"<tool_response>",
"</tool_response>",
"<think>",
"</think>"
],
"bos_token": {
"content": "<|im_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "<finetune_pad>"
}