File size: 293 Bytes
47d498c | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"backend": "tokenizers",
"bos_token": "<bos>",
"clean_up_tokenization_spaces": false,
"eos_token": "<eos>",
"model_max_length": 512,
"pad_token": "<pad>",
"padding_side": "right",
"tokenizer_class": "TokenizersBackend",
"truncation_side": "right",
"unk_token": "<unk>"
}
|