jeffasante commited on
Commit
9242999
·
verified ·
1 Parent(s): 226a053

Upload folder using huggingface_hub

Browse files
Bonsai-1.7B_v2/tokenizer_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\\nYou are a helpful assistant.<|im_end|>\\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\\n' + message['content'] + '<|im_end|>' + '\\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\\n' }}{% endif %}",
3
+ "add_prefix_space": false,
4
+ "bos_token": null,
5
+ "eos_token": "<|im_end|>",
6
+ "pad_token": "<|endoftext|>",
7
+ "tokenizer_class": "Qwen2Tokenizer",
8
+ "clean_up_tokenization_spaces": false,
9
+ "split_special_tokens": false
10
+ }