File size: 395 Bytes
69262b5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|im_start|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"errors": "replace",
"extra_special_tokens": {},
"is_local": true,
"model_max_length": 32768,
"pad_token": "<|endoftext|>",
"split_special_tokens": false,
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": null
} |