File size: 196 Bytes
86b7fa5 | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"clean_up_tokenization_spaces": true,
"model_max_length": 512,
"special_tokens": [
"[PAD]",
"[SEP]",
"[CLS]",
"[UNK]"
],
"tokenizer_class": "PreTrainedTokenizerFast"
}
|