lebesgue_ad_tokenizer / special_tokens_map.json
sanjin7's picture
Upload tokenizer
05cfedc
raw
history blame contribute delete
172 Bytes
{
"additional_special_tokens": [
"\n"
],
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}