SauerkrautLM-7b-HerO-laser / special_tokens_map.json
johannhartmann's picture
Upload folder using huggingface_hub
2027242 verified
raw
history blame contribute delete
No virus
212 Bytes
{
"additional_special_tokens": [
"<unk>",
"<s>",
"</s>",
"<|im_end|>",
"<|im_start|>"
],
"bos_token": "<s>",
"eos_token": "<|im_end|>",
"pad_token": "</s>",
"unk_token": "<unk>"
}