bart_v0 / special_tokens_map.json
tonyma163's picture
Upload 6 files
64345ed verified
raw
history blame contribute delete
173 Bytes
{
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"eos_token": "[EOS]",
"mask_token": "[MASK]",
"pad_token": "[EOS]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}