jrosseruk commited on
Commit
e9bd351
·
verified ·
1 Parent(s): d90c2ea

retrain with reasoning in <think> tags

Browse files
Files changed (3) hide show
  1. adapter_config.json +4 -4
  2. adapter_model.safetensors +1 -1
  3. timing.json +6 -6
adapter_config.json CHANGED
@@ -29,13 +29,13 @@
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
 
 
32
  "o_proj",
33
- "k_proj",
34
- "gate_proj",
35
  "v_proj",
36
- "down_proj",
37
  "up_proj",
38
- "q_proj"
39
  ],
40
  "target_parameters": null,
41
  "task_type": "CAUSAL_LM",
 
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
32
+ "down_proj",
33
+ "q_proj",
34
  "o_proj",
 
 
35
  "v_proj",
36
+ "gate_proj",
37
  "up_proj",
38
+ "k_proj"
39
  ],
40
  "target_parameters": null,
41
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:48213a06a0413f364a84dd3ae2f9e121408a4e2cefb4047803cc755dfad1adf4
3
  size 319876032
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0f361623554503be4a0dfda7256bea2bfd93f6865405fdda0541a50c9ee73e8
3
  size 319876032
timing.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "timestamp": "2026-03-05T17:09:47.401096",
3
  "infrastructure": {
4
  "cpu_count": 128,
5
  "gpu_count": 8,
@@ -7,10 +7,10 @@
7
  "gpu_vram_gb": 139.8
8
  },
9
  "phases": {
10
- "filter_data": 2.79,
11
- "load_dataset": 1.33,
12
- "train": 241.32,
13
- "save": 0.83
14
  },
15
- "total_wall_time_sec": 246.64
16
  }
 
1
  {
2
+ "timestamp": "2026-03-05T17:47:43.435316",
3
  "infrastructure": {
4
  "cpu_count": 128,
5
  "gpu_count": 8,
 
7
  "gpu_vram_gb": 139.8
8
  },
9
  "phases": {
10
+ "filter_data": 2.8,
11
+ "load_dataset": 1.27,
12
+ "train": 609.22,
13
+ "save": 1.06
14
  },
15
+ "total_wall_time_sec": 614.62
16
  }