Training in progress, step 1740
Browse files- chat_template.jinja +0 -3
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
chat_template.jinja
CHANGED
@@ -83,7 +83,4 @@
|
|
83 |
{%- endfor %}
|
84 |
{%- if add_generation_prompt %}
|
85 |
{{- '<|im_start|>assistant\n' }}
|
86 |
-
{%- if enable_thinking is defined and enable_thinking is false %}
|
87 |
-
{{- '<think>\n\n</think>\n\n' }}
|
88 |
-
{%- endif %}
|
89 |
{%- endif %}
|
|
|
83 |
{%- endfor %}
|
84 |
{%- if add_generation_prompt %}
|
85 |
{{- '<|im_start|>assistant\n' }}
|
|
|
|
|
|
|
86 |
{%- endif %}
|
tokenizer_config.json
CHANGED
@@ -239,7 +239,7 @@
|
|
239 |
"eos_token": "<|im_end|>",
|
240 |
"errors": "replace",
|
241 |
"extra_special_tokens": {},
|
242 |
-
"model_max_length":
|
243 |
"pad_token": "<|fim_pad_token|>",
|
244 |
"split_special_tokens": false,
|
245 |
"tokenizer_class": "Qwen2Tokenizer",
|
|
|
239 |
"eos_token": "<|im_end|>",
|
240 |
"errors": "replace",
|
241 |
"extra_special_tokens": {},
|
242 |
+
"model_max_length": 262144,
|
243 |
"pad_token": "<|fim_pad_token|>",
|
244 |
"split_special_tokens": false,
|
245 |
"tokenizer_class": "Qwen2Tokenizer",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6289
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf9a3f9a920c295191492e929f4e3a3aaeb424f333484968bf05ab957b087a3d
|
3 |
size 6289
|