bert-universal-classifier-7class / special_tokens_map.json
DhruvMevada3's picture
Export 7-class Universal BERT from best_model.pt with production ReLU architecture
39272b1 verified
Raw
History Blame Contribute Delete
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}