opencoderplus / special_tokens_map.json
imone's picture
fix stop token
94dce7e
raw
history blame contribute delete
No virus
161 Bytes
{
"additional_special_tokens": [
"<|end_of_turn|>"
],
"bos_token": "<|endoftext|>",
"eos_token": "<|end_of_turn|>",
"unk_token": "<|endoftext|>"
}