File size: 245 Bytes
8f93d1a | 1 2 3 4 5 6 7 8 9 10 11 | {
"tokenizer_class": "PreTrainedTokenizerFast",
"model_max_length": 1000000000,
"bos_token": "<s>",
"eos_token": "</s>",
"unk_token": "<unk>",
"pad_token": "<pad>",
"mask_token": "<mask>",
"clean_up_tokenization_spaces": false
}
|