RegularLLM-iOS / params /special_tokens_map.json
Chan-Y's picture
Upload folder using huggingface_hub
f65321d verified
raw
history blame contribute delete
247 Bytes
{
"additional_special_tokens": [
"<|endoftext|>",
"<|im_start|>",
"<|im_end|>",
"<|pad|>"
],
"bos_token": "<|im_start|>",
"eos_token": "<|endoftext|>",
"pad_token": "<|pad|>",
"unk_token": "<|endoftext|>"
}