tinyllama-moe-base-mix-orpo / special_tokens_map.json
timpal0l's picture
four-two-labs/tinyllama-moe-base-orpo-mix
b9e7ac7 verified
raw
history blame contribute delete
No virus
557 Bytes
{
"additional_special_tokens": [
{
"content": "<|im_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
],
"bos_token": "<|im_start|>",
"eos_token": "<|im_end|>",
"pad_token": "<|im_end|>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}