cti-t5-NER-NYT / special_tokens_map.json
mrmoor's picture
Upload tokenizer
753c645
{
"additional_special_tokens": [
"<malware>",
"<attack-pattern>",
"<time>",
"<identity>",
"<software>",
"<threat-actor>",
"<location>",
"<tools>",
"<filepath>",
"<sha2>",
"<vulnerability>",
"<domain>",
"<url>",
"<campaign>",
"<infrastucture>",
"<ipv4>",
"<email>",
"<registrykey>",
"<sha1>",
"<md5>",
"<apt>",
"</malware>",
"</attack-pattern>",
"</time>",
"</identity>",
"</software>",
"</threat-actor>",
"</location>",
"</tools>",
"</filepath>",
"</sha2>",
"</vulnerability>",
"</domain>",
"</url>",
"</campaign>",
"</infrastucture>",
"</ipv4>",
"</email>",
"</registrykey>",
"</sha1>",
"</md5>",
"</apt>"
],
"eos_token": "</s>",
"pad_token": "<pad>",
"unk_token": "<unk>"
}