Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- chat_template.jinja +2 -2
- special_tokens_map.json +1 -1
- tokenizer_config.json +1 -1
chat_template.jinja
CHANGED
|
@@ -42,6 +42,6 @@
|
|
| 42 |
' }}
|
| 43 |
{%- endfor -%}
|
| 44 |
{%- if add_generation_prompt -%}
|
| 45 |
-
{{
|
| 46 |
-
'
|
| 47 |
{%- endif -%}
|
|
|
|
| 42 |
' }}
|
| 43 |
{%- endfor -%}
|
| 44 |
{%- if add_generation_prompt -%}
|
| 45 |
+
{{'<start_of_turn>model
|
| 46 |
+
'}}
|
| 47 |
{%- endif -%}
|
special_tokens_map.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
| 9 |
},
|
| 10 |
"eoi_token": "<end_of_image>",
|
| 11 |
"eos_token": {
|
| 12 |
-
"content": "<
|
| 13 |
"lstrip": false,
|
| 14 |
"normalized": false,
|
| 15 |
"rstrip": false,
|
|
|
|
| 9 |
},
|
| 10 |
"eoi_token": "<end_of_image>",
|
| 11 |
"eos_token": {
|
| 12 |
+
"content": "<end_of_turn>",
|
| 13 |
"lstrip": false,
|
| 14 |
"normalized": false,
|
| 15 |
"rstrip": false,
|
tokenizer_config.json
CHANGED
|
@@ -51327,7 +51327,7 @@
|
|
| 51327 |
"bos_token": "<bos>",
|
| 51328 |
"clean_up_tokenization_spaces": false,
|
| 51329 |
"eoi_token": "<end_of_image>",
|
| 51330 |
-
"eos_token": "<
|
| 51331 |
"extra_special_tokens": {
|
| 51332 |
"boi_token": "<start_of_image>",
|
| 51333 |
"eoi_token": "<end_of_image>",
|
|
|
|
| 51327 |
"bos_token": "<bos>",
|
| 51328 |
"clean_up_tokenization_spaces": false,
|
| 51329 |
"eoi_token": "<end_of_image>",
|
| 51330 |
+
"eos_token": "<end_of_turn>",
|
| 51331 |
"extra_special_tokens": {
|
| 51332 |
"boi_token": "<start_of_image>",
|
| 51333 |
"eoi_token": "<end_of_image>",
|