kaers-bert-241101 / special_tokens_map.json
kimsiun's picture
Upload folder using huggingface_hub
d11dfd9 verified
raw
history blame
300 Bytes
{
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"eos_token": "[SEP]",
"mask_token": {
"content": "[MASK]",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}