Gariboldo's picture
Create tokenizer_config.json
6464b68 verified
Raw
History Blame Contribute Delete
285 Bytes
{
"add_bos_token": true,
"add_eos_token": true,
"bos_token": "<s>",
"eos_token": "</s>",
"unk_token": "<unk>",
"pad_token": "<pad>",
"clean_up_tokenization_spaces": true,
"model_max_length": 16384,
"tokenizer_class": "LegacyContextTokenizer",
"legacy_mode": true
}