tmp_gen_edit_model / special_tokens_map.json
zyliu's picture
init commit
d180e96
raw
history blame contribute delete
No virus
759 Bytes
{
"additional_special_tokens": [
"<unk>",
"<s>",
"</s>",
"<|plugin|>",
"<|interpreter|>",
"<|action_end|>",
"<|action_start|>",
"<|im_end|>",
"<|im_start|>",
"<img>",
"</img>",
"<IMG_CONTEXT>",
"<quad>",
"</quad>",
"<ref>",
"</ref>",
"<box>",
"</box>",
"[PAD]",
"<image>",
"<im_patch>",
"<region>",
"<reg>",
"</reg>",
"<det>",
"</det>",
"<grd>",
"</grd>",
"[DET]",
"[GRD]",
"[SEG]",
"[POSE]",
"[GEN]",
"[EDIT]",
"[EMB]",
"[EMB2]",
"[EMB3]",
"[EMB4]",
"[EMB5]",
"[EMB6]",
"[EMB7]",
"[EMB8]"
],
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "<unk>",
"unk_token": "<unk>"
}