Adrien404 commited on
Commit
ff2bfe9
·
verified ·
1 Parent(s): 8ecb019

Upload folder using huggingface_hub

Browse files
chat_template.jinja CHANGED
@@ -11,7 +11,9 @@
11
  {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
12
  {%- else %}
13
  {%- if messages[0].role == 'system' %}
14
- {{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
 
 
15
  {%- endif %}
16
  {%- endif %}
17
  {%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
@@ -85,5 +87,7 @@
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 %}
 
11
  {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
12
  {%- else %}
13
  {%- if messages[0].role == 'system' %}
14
+ {{- '<|im_start|>system\n' + messages[0].content + '\nPlease reason step by step, and put your final answer within \\boxed{}.<|im_end|>\n' }}
15
+ {%- else %}
16
+ {{- '<|im_start|>system\nPlease reason step by step, and put your final answer within \\boxed{}.<|im_end|>\n' }}
17
  {%- endif %}
18
  {%- endif %}
19
  {%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
 
87
  {{- '<|im_start|>assistant\n' }}
88
  {%- if enable_thinking is defined and enable_thinking is false %}
89
  {{- '<think>\n\n</think>\n\n' }}
90
+ {%- else %}
91
+ {{- '<think>\n' }}
92
  {%- endif %}
93
  {%- endif %}
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b47e691841337ab5ed1914e08396551dedd0e845e3d3f1bdb57b53481e89c528
3
  size 3441185608
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b114739458777294e068da1dd6bbc8ef7e8320c4e3457f491cd4bd609718c5a7
3
  size 3441185608
optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2ff6aabe4d9aa1dcfa7641010fd393d26d7bc0a3fba1bea8e022e55420feb9e8
3
  size 6882572207
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df1c31e1ba1362ab84c3687f864ec07cb6c9479c4792a7862a9589e0762b5a83
3
  size 6882572207
rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:01f9a0f7843a37be87edd23f4e88aa93b38b95cc2c07503eeb1cf2e4632453a2
3
  size 14645
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf0c9dbd64fad4e00ce3797d090b4917df0950c4f4361040b226cc75c8db1838
3
  size 14645
scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ee29e18a30bb652dc363f401471c9b626bb26590063c01eb641fbd502bb9c85c
3
  size 1465
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30e0c06a57eee8dc58c1f299af2e1f878bc92858d1ddf8a5ba1fc76a240f3e39
3
  size 1465
tokenizer_config.json CHANGED
@@ -20,11 +20,15 @@
20
  "<|image_pad|>",
21
  "<|video_pad|>"
22
  ],
23
- "is_local": false,
24
- "local_files_only": false,
 
25
  "model_max_length": 2048,
26
  "pad_token": "<|endoftext|>",
27
  "split_special_tokens": false,
 
28
  "tokenizer_class": "Qwen2Tokenizer",
 
 
29
  "unk_token": null
30
  }
 
20
  "<|image_pad|>",
21
  "<|video_pad|>"
22
  ],
23
+ "is_local": true,
24
+ "local_files_only": true,
25
+ "max_length": 2048,
26
  "model_max_length": 2048,
27
  "pad_token": "<|endoftext|>",
28
  "split_special_tokens": false,
29
+ "stride": 0,
30
  "tokenizer_class": "Qwen2Tokenizer",
31
+ "truncation_side": "right",
32
+ "truncation_strategy": "longest_first",
33
  "unk_token": null
34
  }
trainer_state.json CHANGED
The diff for this file is too large to render. See raw diff
 
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c8d2e023ac9537f08e9a1af7850485af7adfb42a5d8e0127dbbe6aa99abbb307
3
- size 5777
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76434fd4764b71251e7fd3563195a80f8320bde94cda847ab30c1147e4bb0a2d
3
+ size 7313