bert_uncased_L-2_H-768_A-12_massive / special_tokens_map.json
gokuls's picture
Training in progress, epoch 1
f0838b2
raw
history blame
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}