cyrineakrout commited on
Commit
cbdfdf4
·
verified ·
1 Parent(s): 5552623

Push GK 53k short-think LoRA r32 merged model

Browse files
chat_template.jinja CHANGED
@@ -1,6 +1,6 @@
1
  {# === GK_DEFAULT_SYSTEM_BEGIN === #}
2
  {%- if messages and messages[0].role != 'system' %}
3
- {%- set messages = [{'role': 'system', 'content': 'Choose the correct option. Think briefly if needed. Keep your reasoning concise. Always finish with exactly one final answer in the form \\boxed{A}. The final boxed answer must be one letter only.'}] + messages %}
4
  {%- endif %}
5
  {# === GK_DEFAULT_SYSTEM_END === #}
6
  {%- set enable_thinking = true %}
 
1
  {# === GK_DEFAULT_SYSTEM_BEGIN === #}
2
  {%- if messages and messages[0].role != 'system' %}
3
+ {%- set messages = [{'role': 'system', 'content': 'You are a careful multiple-choice general-knowledge assistant. Choose exactly one correct option from the choices. At the end, write the final answer as exactly one capital letter inside \\boxed{}. The boxed content must contain only the option letter, for example \\boxed{C}.'}] + messages %}
4
  {%- endif %}
5
  {# === GK_DEFAULT_SYSTEM_END === #}
6
  {%- set enable_thinking = true %}
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:160ef0fe3f93bc1a6a90e29f3934ef92a7ebd18591d2b0b0d87b2f7931ff4ce4
3
  size 3441185608
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37de3e6ca818c5c46315dff724f9856f7040dd2f13241ad7a1221037d4f4aa53
3
  size 3441185608
tokenizer_config.json CHANGED
@@ -5,7 +5,21 @@
5
  "clean_up_tokenization_spaces": false,
6
  "eos_token": "<|im_end|>",
7
  "errors": "replace",
8
- "extra_special_tokens": {},
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  "is_local": true,
10
  "local_files_only": false,
11
  "model_max_length": 131072,
@@ -13,4 +27,4 @@
13
  "split_special_tokens": false,
14
  "tokenizer_class": "Qwen2Tokenizer",
15
  "unk_token": null
16
- }
 
5
  "clean_up_tokenization_spaces": false,
6
  "eos_token": "<|im_end|>",
7
  "errors": "replace",
8
+ "extra_special_tokens": [
9
+ "<|im_start|>",
10
+ "<|im_end|>",
11
+ "<|object_ref_start|>",
12
+ "<|object_ref_end|>",
13
+ "<|box_start|>",
14
+ "<|box_end|>",
15
+ "<|quad_start|>",
16
+ "<|quad_end|>",
17
+ "<|vision_start|>",
18
+ "<|vision_end|>",
19
+ "<|vision_pad|>",
20
+ "<|image_pad|>",
21
+ "<|video_pad|>"
22
+ ],
23
  "is_local": true,
24
  "local_files_only": false,
25
  "model_max_length": 131072,
 
27
  "split_special_tokens": false,
28
  "tokenizer_class": "Qwen2Tokenizer",
29
  "unk_token": null
30
+ }