Benyucong commited on
Commit
45b7cb6
·
verified ·
1 Parent(s): 5c0f42c

Training in progress, step 1740

Browse files
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": 131072,
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:7c7be38b5ccd958dab0b852915bd9b89242ecdcef113333a01b51b84e1edad92
3
  size 6289
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf9a3f9a920c295191492e929f4e3a3aaeb424f333484968bf05ab957b087a3d
3
  size 6289