fine-tuned-indobert / special_tokens_map.json
padilfm's picture
Upload special_tokens_map.json with huggingface_hub
1092cc7 verified
raw
history blame contribute delete
132 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}