Files
Chytrej2-Mini-It/tokenizer_config.json

17 lines
388 B
JSON
Raw Normal View History

{
"backend": "tokenizers",
"bos_token": "<|im_start|>",
"eos_token": "<|endoftext|>",
"extra_special_tokens": [
"<|im_start|>",
"<|im_end|>",
"<|endoftext|>",
"<|padding|>"
],
"is_local": false,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|padding|>",
"tokenizer_class": "TokenizersBackend",
"unk_token": null
}