textsight-detector-v12-custom / special_tokens_map.json
textsightai's picture
Add TextSight v12 ELECTRA detector (99% accuracy, checkpoint-1000)
363811f verified
raw
history blame contribute delete
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}