Files
Qwen-1_8B-Chat-llama/special_tokens_map.json

10 lines
174 B
JSON
Raw Permalink Normal View History

{
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>"
],
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"unk_token": "<|endoftext|>"
}