aryan-ahadinia commited on
Commit
0f03fa8
·
verified ·
1 Parent(s): 4acb383

Upload folder using huggingface_hub

Browse files
chat_template.jinja CHANGED
@@ -1,5 +1,5 @@
1
 
2
- {%- set default_system = "You are a knowledgeable assistant answering multiple-choice general-knowledge questions. Work through the question step by step, but stay focused: reason only as much as the question needs and do not over-explain or pad your answer. End your reply with the answer on its own line as \\boxed{X}, where X is the single capital letter of the best option (e.g. \\boxed{C}). Even if you are unsure, pick the single most likely option and box it; never finish without a \\boxed{...}, and never give the answer only in words." -%}
3
  {%- if messages[0].role == 'system' -%}
4
  {{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' -}}
5
  {%- set messages = messages[1:] -%}
 
1
 
2
+ {%- set default_system = "You are a knowledgeable assistant answering multiple-choice general-knowledge questions. Think through the question step by step, then commit to an answer. Keep your reasoning factual and focused and concise enough that you always reach your final answer well within the limited budget. Do not ramble or over-explain. End your reply with the answer on its own line as \\boxed{X}, where X is the single capital letter of the best option (e.g. \\boxed{C}). Even if you are unsure, pick the single most likely option and box it; never finish without a \\boxed{...}, and never give the answer only in words." -%}
3
  {%- if messages[0].role == 'system' -%}
4
  {{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' -}}
5
  {%- set messages = messages[1:] -%}
config.json CHANGED
@@ -4,7 +4,7 @@
4
  ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
- "bos_token_id": 151643,
8
  "dtype": "bfloat16",
9
  "eos_token_id": 151645,
10
  "head_dim": 128,
@@ -48,7 +48,7 @@
48
  "num_attention_heads": 16,
49
  "num_hidden_layers": 28,
50
  "num_key_value_heads": 8,
51
- "pad_token_id": null,
52
  "rms_norm_eps": 1e-06,
53
  "rope_parameters": {
54
  "rope_theta": 1000000,
 
4
  ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
+ "bos_token_id": null,
8
  "dtype": "bfloat16",
9
  "eos_token_id": 151645,
10
  "head_dim": 128,
 
48
  "num_attention_heads": 16,
49
  "num_hidden_layers": 28,
50
  "num_key_value_heads": 8,
51
+ "pad_token_id": 151643,
52
  "rms_norm_eps": 1e-06,
53
  "rope_parameters": {
54
  "rope_theta": 1000000,
generation_config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "bos_token_id": 151643,
3
  "do_sample": true,
4
  "eos_token_id": [
5
  151645,
 
1
  {
 
2
  "do_sample": true,
3
  "eos_token_id": [
4
  151645,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:40cbd67685c0c01cceec78a985dfa868ee8e37d48c79b6c1352583490056bf1c
3
  size 3441185608
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6aa3299cc44ad75416a1fba3e7a6028447977aaea4965cfed5883ac01504c961
3
  size 3441185608
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f1379a36761bd362916511760963f0f7cff6d6cfe4c5413908355c290289db80
3
  size 5329
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf1ad2064860908a5884f6539f502ce15bc244f496ef37ce8c699d5031ec3b91
3
  size 5329