FaseehGPT / tokenizer /special_tokens_map.json
rohmab's picture
Upload folder using huggingface_hub
22c4b61 verified
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}