feihu.hf
		
	commited on
		
		
					Commit 
							
							·
						
						5df61b5
	
1
								Parent(s):
							
							58262ca
								
update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
    	
        tokenizer_config.json
    CHANGED
    
    | @@ -15,5 +15,5 @@ | |
| 15 | 
             
              "unk_token": "<unk>",
         | 
| 16 | 
             
              "use_default_system_prompt": false,
         | 
| 17 | 
             
              "add_prefix_space": true,
         | 
| 18 | 
            -
              "chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant | 
| 19 | 
             
            }
         | 
|  | |
| 15 | 
             
              "unk_token": "<unk>",
         | 
| 16 | 
             
              "use_default_system_prompt": false,
         | 
| 17 | 
             
              "add_prefix_space": true,
         | 
| 18 | 
            +
              "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 %}"
         | 
| 19 | 
             
            }
         | 
