dasco / Text_encoder /model_best /special_tokens_map.json
toilachuoituyet's picture
Upload project files
5d2882c verified
raw
history blame contribute delete
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}