current-thyme / special_tokens_map.json
tmills's picture
First version of model trained with v0.5.0.
cabdb6d
raw
history blame contribute delete
260 Bytes
{
"additional_special_tokens": [
"<e>",
"</e>",
"<a1>",
"</a1>",
"<a2>",
"</a2>",
"<cr>",
"<neg>"
],
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}