indra_bert_ptm_site_extractor / special_tokens_map.json
thomaslim6793's picture
Upload special_tokens_map.json with huggingface_hub
45f7fd7 verified
raw
history blame contribute delete
437 Bytes
{
"additional_special_tokens": [
{
"content": "<e>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "</e>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
],
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}