File size: 266 Bytes
3ce1caf |
1 2 3 4 5 6 7 8 9 10 11 12 |
{
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"model_max_length": 10,
"pad_token": "[PAD]",
"padding_side": "right",
"sep_token": "[SEP]",
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "[UNK]"
}
|