cpalenmichel's picture
Upload tokenizer
8d6048f verified
raw
history blame contribute delete
149 Bytes
{
"cls_token": "[CLS]",
"eos_token": "<EOS>",
"mask_token": "[MASK]",
"pad_token": "<EOS>",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}