dummy-phi3 / special_tokens_map.json
AlonKellner-Jounce's picture
working tokenizer
f9d6e33 verified
raw
history blame contribute delete
159 Bytes
{
"bos_token": "CLS",
"cls_token": "CLS",
"eos_token": "SEP",
"mask_token": "MASK",
"pad_token": "PAD",
"sep_token": "SEP",
"unk_token": "UNK"
}