geordie-role / special_tokens_map.json
nicolauduran45's picture
Upload tokenizer
2c76a84 verified
raw
history blame contribute delete
442 Bytes
{
"additional_special_tokens": [
{
"content": "[BGEO]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "[EGEO]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
],
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}