nlu_models_in_FDA / mrpc /bert-base-uncased_lr1e-05 /special_tokens_map.json
KexuanShi's picture
Upload 84 files
9fd932d verified
raw
history blame contribute delete
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}