bert_gec_detect / special_tokens_map.json
asimokby's picture
bert_arabic_grammar_detection
9eb2575
raw
history blame
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}