MNIST_Demo_1 / special_tokens_map.json
xiaohua828's picture
Upload tokenizer
e21759d
raw
history blame contribute delete
125 Bytes
{
"bos_token": "[CLS]",
"eos_token": "[SEP]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"unk_token": "[UNK]"
}