indra_bert_agent_mutation_detection / special_tokens_map.json
thomaslim6793's picture
Upload trained agent mutation detection model: special_tokens_map.json
dd2e35b 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]"
}