File size: 245 Bytes
9fb9e82 |
1 2 3 4 5 6 7 8 9 10 11 |
{
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"eos_token": "</s>",
"model_max_length": 1024,
"padding_side": "right",
"tokenizer_class": "PreTrainedTokenizerFast",
"truncation_side": "right",
"unk_token": "<unk>"
}
|