Qwen2-1.5b-it-chat-llama / tokenizer_config.json
ehristoforu's picture
Rename tokenizer_config (1).json to tokenizer_config.json
dfe78fe verified
raw
history blame contribute delete
233 Bytes
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"model_max_length": 4096,
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>"
}