Files
gpt2-chatml-fp32/checkpoint-6412/tokenizer_config.json

15 lines
331 B
JSON
Raw Permalink Normal View History

{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|im_start|>",
"eos_token": "<|im_end|>",
"errors": "replace",
"is_local": false,
"legacy": true,
"model_max_length": 1024,
"pad_token": "<|endoftext|>",
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>",
"use_fast": true
}