PICO_Evidence_Classification_Model / special_tokens_map.json
owaiskha9654's picture
Update special_tokens_map.json
636da9c
raw history blame
No virus
128 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}