PyTorch
English
llama
MIO-7B-Base / special_tokens_map.json
ZenMoore's picture
init
08ab4a0 verified
raw
history blame contribute delete
241 Bytes
{
"additional_special_tokens": [
"[SPCH]",
"</spch>",
"[IMG]",
"<spch>",
"</image>",
"<image>"
],
"bos_token": "<|startoftext|>",
"eos_token": "<|endoftext|>",
"pad_token": "<unk>",
"unk_token": "<unk>"
}