Upload folder using huggingface_hub
Browse files- tokenizer.json +1 -1
- tokenizer_config.json +2 -2
tokenizer.json
CHANGED
@@ -2314,7 +2314,7 @@
|
|
2314 |
"lstrip": false,
|
2315 |
"rstrip": false,
|
2316 |
"normalized": false,
|
2317 |
-
"special":
|
2318 |
},
|
2319 |
{
|
2320 |
"id": 128257,
|
|
|
2314 |
"lstrip": false,
|
2315 |
"rstrip": false,
|
2316 |
"normalized": false,
|
2317 |
+
"special": true
|
2318 |
},
|
2319 |
{
|
2320 |
"id": 128257,
|
tokenizer_config.json
CHANGED
@@ -2054,7 +2054,7 @@
|
|
2054 |
"normalized": false,
|
2055 |
"rstrip": false,
|
2056 |
"single_word": false,
|
2057 |
-
"special":
|
2058 |
},
|
2059 |
"128257": {
|
2060 |
"content": "<|im_start|>",
|
@@ -2066,7 +2066,7 @@
|
|
2066 |
}
|
2067 |
},
|
2068 |
"bos_token": "<|begin_of_text|>",
|
2069 |
-
"chat_template": "{
|
2070 |
"clean_up_tokenization_spaces": true,
|
2071 |
"eos_token": "<|im_end|>",
|
2072 |
"model_input_names": [
|
|
|
2054 |
"normalized": false,
|
2055 |
"rstrip": false,
|
2056 |
"single_word": false,
|
2057 |
+
"special": true
|
2058 |
},
|
2059 |
"128257": {
|
2060 |
"content": "<|im_start|>",
|
|
|
2066 |
}
|
2067 |
},
|
2068 |
"bos_token": "<|begin_of_text|>",
|
2069 |
+
"chat_template": "{{bos_token}}{{'You are an exceptionally intelligent coding assistant that consistently delivers accurate and reliable responses to user instructions.\n\n'}}\n{%- for message in messages %}\n {%- if message['role'] == 'system' %}\n {{ raise_exception('System messages are not allowed in this template.') }}\n {%- else %}\n {%- if message['role'] == 'user' %}\n{{'### Instruction\n' + message['content'] + '\n\n'}}\n {%- else %}\n{{'### Response\n' + message['content'] + eos_token + '\n\n'}}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{{'### Response\n'}}",
|
2070 |
"clean_up_tokenization_spaces": true,
|
2071 |
"eos_token": "<|im_end|>",
|
2072 |
"model_input_names": [
|