Files
mythos/tokenizer_config.json

9 lines
212 B
JSON
Raw Normal View History

{
"tokenizer_class": "PreTrainedTokenizerFast",
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "<pad>",
"unk_token": "<unk>",
"clean_up_tokenization_spaces": false,
"model_max_length": 2048
}