tr-bert-base-128k-2500 / special_tokens_map.json
Speedsy's picture
Upload folder using huggingface_hub
5788757 verified
raw
history blame contribute delete
126 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[MASK]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}