vle-large-for-vqa / special_tokens_map.json
ziqingyang's picture
Upload 8 files (#1)
15edae3
{
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"eos_token": "[SEP]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}