juni-Mistral-7B-OpenOrca / special_tokens_map.json
Abe13's picture
Training in progress, step 10
847e228
raw
history blame
No virus
292 Bytes
{
"additional_special_tokens": [
"<unk>",
"<s>",
"</s>",
"<|im_end|>",
"<|im_start|>"
],
"bos_token": "<s>",
"cls_token": "[CLS]",
"eos_token": "<|im_end|>",
"mask_token": "[MASK]",
"pad_token": "<|im_end|>",
"sep_token": "[SEP]",
"unk_token": "<unk>"
}