bert-large-uncased-detect-dep-v5 / special_tokens_map.json
Trong-Nghia's picture
Training in progress, step 500
b36fd23
raw
history blame
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}