File size: 216 Bytes
cdce4ea |
1 2 3 4 5 6 7 8 9 10 |
{
"clean_up_tokenization_spaces": true,
"cls_token": "<cls>",
"model_max_length": 24,
"pad_token": "<pad>",
"padding_side": "right",
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "<unk>"
}
|