tweaktron-proto / special_tokens_map.json
Johnblick187's picture
Upload folder using huggingface_hub
d32305d verified
Raw
History Blame Contribute Delete
295 Bytes
{
"bos_token": "<bos>",
"eos_token": "<eos>",
"unk_token": "<unk>",
"pad_token": "<pad>",
"additional_special_tokens": [
"<system>",
"</system>",
"<user>",
"</user>",
"<assistant>",
"</assistant>",
"<tool>",
"</tool>",
"<code>",
"</code>"
]
}