tmp_model7 / special_tokens_map.json
zyliu's picture
init commit
787ce4f
{
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>",
"<|action_start|>",
"<|action_end|>",
"<|interpreter|>",
"<|plugin|>",
"<img>",
"</img>",
"<IMG_CONTEXT>",
"<quad>",
"</quad>",
"<ref>",
"</ref>",
"<box>",
"</box>",
"[PAD]",
"<image>",
"<region>",
"<reg>",
"</reg>",
"<det>",
"</det>",
"<grd>",
"</grd>",
"<gen>",
"</gen>",
"[DET]",
"[GRD]",
"[SEG]",
"[POSE]",
"[GEN]",
"[EDIT]",
"[EMB]",
"[EMB2]",
"[EMB3]",
"[EMB4]",
"[EMB5]",
"[EMB6]",
"[EMB7]",
"[EMB8]"
],
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "<unk>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}