IMAGINE-7B-Instruct / special_tokens_map.json
hugovntr's picture
Tokenizer update 1700567375
6899fc6
raw
history blame contribute delete
168 Bytes
{
"additional_special_tokens": [
"<unk>",
"<s>",
"</s>"
],
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "</s>",
"unk_token": "<unk>"
}