{ | |
"clean_up_tokenization_spaces": true, | |
"cls_token": "<cls>", | |
"model_max_length": 24, | |
"pad_token": "<pad>", | |
"padding_side": "right", | |
"tokenizer_class": "PreTrainedTokenizerFast", | |
"unk_token": "<unk>" | |
} | |
{ | |
"clean_up_tokenization_spaces": true, | |
"cls_token": "<cls>", | |
"model_max_length": 24, | |
"pad_token": "<pad>", | |
"padding_side": "right", | |
"tokenizer_class": "PreTrainedTokenizerFast", | |
"unk_token": "<unk>" | |
} | |