smaug_part1 / special_tokens_map.json
olipol's picture
olipol/smaug_part1
7c0d6b6 verified
raw
history blame contribute delete
132 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}