starchat-beta / special_tokens_map.json
grafail's picture
Updated eos_token to <|end|>
14af36c
raw
history blame
200 Bytes
{
"additional_special_tokens": [
"<|system|>",
"<|user|>",
"<|assistant|>",
"<|end|>"
],
"bos_token": "<|endoftext|>",
"eos_token": "<|end|>",
"unk_token": "<|endoftext|>"
}