nosql-identifier-albert / special_tokens_map.json
ankush-003's picture
Training in progress, epoch 1
e96971d
raw
history blame contribute delete
No virus
173 Bytes
{
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"eos_token": "[SEP]",
"mask_token": "[MASK]",
"pad_token": "<pad>",
"sep_token": "[SEP]",
"unk_token": "<unk>"
}