EBranchRegulaFormer-medium / special_tokens_map.json
Lakoc's picture
Upload tokenizer
a8929ec verified
raw
history blame contribute delete
No virus
135 Bytes
{
"bos_token": "([bos])",
"eos_token": "([eos])",
"mask_token": "([mask])",
"pad_token": "([pad])",
"unk_token": "([unk])"
}