llama2-textClassification / special_tokens_map.json
waelChafei's picture
Upload tokenizer
879506f verified
raw
history blame
101 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}