miRNA-biobert / special_tokens_map.json
debjit20504's picture
Uploading final fine tuned model with tokenizer and vocab files
1fb0929
raw
history blame
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}