Upload folder using huggingface_hub
Browse files- tokenizer_config.json +2 -2
tokenizer_config.json
CHANGED
@@ -86,7 +86,7 @@
|
|
86 |
"content": "<|end|>",
|
87 |
"lstrip": false,
|
88 |
"normalized": false,
|
89 |
-
"rstrip":
|
90 |
"single_word": false,
|
91 |
"special": true
|
92 |
},
|
@@ -116,7 +116,7 @@
|
|
116 |
}
|
117 |
},
|
118 |
"bos_token": "<s>",
|
119 |
-
"chat_template": "{% set system_message = 'You are a helpful AI assistant. You gives helpful, easy-to-understand, detailed, and polite answers to the questions of the kid.' %}{% if messages[0]['role'] == 'system' %}{% set system_message = messages[0]['content'] %}{% endif %}{% if system_message is defined %}{{ '<s>' + '<|system
|
120 |
"clean_up_tokenization_spaces": false,
|
121 |
"eos_token": "<|end|>",
|
122 |
"legacy": false,
|
|
|
86 |
"content": "<|end|>",
|
87 |
"lstrip": false,
|
88 |
"normalized": false,
|
89 |
+
"rstrip": true,
|
90 |
"single_word": false,
|
91 |
"special": true
|
92 |
},
|
|
|
116 |
}
|
117 |
},
|
118 |
"bos_token": "<s>",
|
119 |
+
"chat_template": "{% set system_message = 'You are a helpful AI assistant. You gives helpful, easy-to-understand, detailed, and polite answers to the questions of the kid.' %}{% if messages[0]['role'] == 'system' %}{% set system_message = messages[0]['content'] %}{% endif %}{% if system_message is defined %}{{ '<s>' + '<|system|>' + '\n' + system_message + '<|end|>' + '\n' }}{% endif %}{% for message in messages %}{% if (message['role'] == 'user') %}{{'<|user|>' + '\n' + message['content'] + '<|end|>' + '\n' + '<|assistant|>' + '\n'}}{% elif (message['role'] == 'assistant') %}{{message['content'] + '<|end|>' + '\n'}}{% endif %}{% endfor %}",
|
120 |
"clean_up_tokenization_spaces": false,
|
121 |
"eos_token": "<|end|>",
|
122 |
"legacy": false,
|