ProRAG_PRM / special_tokens_map.json
bmbgsj's picture
Update model: clean sync (excluding checkpoints)
a04e7b4 verified
raw
history blame contribute delete
392 Bytes
{
"additional_special_tokens": [
"<step>",
"</step>",
"<subquery>",
"</subquery>",
"<retrieval>",
"</retrieval>",
"<subanswer>",
"</subanswer>",
"<answer>",
"</answer>"
],
"eos_token": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "<|endoftext|>"
}