gector-bert-large-cased-5k / special_tokens_map.json
gotutiyan's picture
Upload folder using huggingface_hub
4b56e6a
raw
history blame contribute delete
No virus
176 Bytes
{
"additional_special_tokens": [
"$START"
],
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}