bert-base-cybersecurity / special_tokens_map.json
codechrl's picture
Training update: 1/237,628 rows (0.00%) | +1 new @ 2025-10-20 06:45:25
a619d98 verified
raw
history blame contribute delete
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}