Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- README.md +1 -0
- chat_template.jinja +3 -1
- tokenizer_config.json +1 -1
README.md
CHANGED
@@ -6,6 +6,7 @@ tags:
|
|
6 |
- generated_from_trainer
|
7 |
- trl
|
8 |
- sft
|
|
|
9 |
licence: license
|
10 |
---
|
11 |
|
|
|
6 |
- generated_from_trainer
|
7 |
- trl
|
8 |
- sft
|
9 |
+
- unsloth
|
10 |
licence: license
|
11 |
---
|
12 |
|
chat_template.jinja
CHANGED
@@ -82,5 +82,7 @@
|
|
82 |
{%- endif %}
|
83 |
{%- endfor %}
|
84 |
{%- if add_generation_prompt %}
|
85 |
-
{{- '<|im_start|>assistant
|
|
|
|
|
86 |
{%- endif %}
|
|
|
82 |
{%- endif %}
|
83 |
{%- endfor %}
|
84 |
{%- if add_generation_prompt %}
|
85 |
+
{{- '<|im_start|>assistant
|
86 |
+
<think>
|
87 |
+
' }}
|
88 |
{%- endif %}
|
tokenizer_config.json
CHANGED
@@ -231,7 +231,7 @@
|
|
231 |
"eos_token": "<|im_end|>",
|
232 |
"errors": "replace",
|
233 |
"extra_special_tokens": {},
|
234 |
-
"model_max_length":
|
235 |
"pad_token": "<|endoftext|>",
|
236 |
"split_special_tokens": false,
|
237 |
"tokenizer_class": "Qwen2Tokenizer",
|
|
|
231 |
"eos_token": "<|im_end|>",
|
232 |
"errors": "replace",
|
233 |
"extra_special_tokens": {},
|
234 |
+
"model_max_length": 32768,
|
235 |
"pad_token": "<|endoftext|>",
|
236 |
"split_special_tokens": false,
|
237 |
"tokenizer_class": "Qwen2Tokenizer",
|