zinc250k-tokenizer / special_tokens_map.json
yairschiff's picture
Upload tokenizer
7a07b01 verified
raw
history blame contribute delete
No virus
125 Bytes
{
"cls_token": "<bos>",
"mask_token": "<mask>",
"pad_token": "<pad>",
"sep_token": "<eos>",
"unk_token": "<unk>"
}