Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
|
@@ -31,7 +31,7 @@
|
|
| 31 |
"<|im_end|>"
|
| 32 |
],
|
| 33 |
"bos_token": null,
|
| 34 |
-
"chat_template": "{
|
| 35 |
"clean_up_tokenization_spaces": false,
|
| 36 |
"eos_token": "<|endoftext|>",
|
| 37 |
"errors": "replace",
|
|
|
|
| 31 |
"<|im_end|>"
|
| 32 |
],
|
| 33 |
"bos_token": null,
|
| 34 |
+
"chat_template": "{{ if .System }}{{ .System }}{{ end }}\n{{ if .Prompt }}<USER>{{ .Prompt }}</USER>{{ end }}\n<ASSISTANT>",
|
| 35 |
"clean_up_tokenization_spaces": false,
|
| 36 |
"eos_token": "<|endoftext|>",
|
| 37 |
"errors": "replace",
|