Clinical-NER-MedMentions-GatorTronS / special_tokens_map.json
longluu's picture
--batch_size 4 --num_train_epochs 5 --learning_rate 5e-5 --weight_decay 0.01
e6a951c verified
raw
history blame
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}