product-category-bert-classifier / special_tokens_map.json
timothy-s-franklin's picture
Monthly retraining update: v2025.12.14
532ff00 verified
Raw
History Blame Contribute Delete
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}