BART_small / special_tokens_map.json
kse
initial commit
e57005a
raw
history blame contribute delete
283 Bytes
{
"bos_token": "[BOS]",
"cls_token": "<s>",
"eos_token": "[EOS]",
"mask_token": {
"content": "[MASK]",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}