retrain with reasoning in <think> tags
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- 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 |
-
"
|
| 37 |
"up_proj",
|
| 38 |
-
"
|
| 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:
|
| 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:
|
| 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.
|
| 11 |
-
"load_dataset": 1.
|
| 12 |
-
"train":
|
| 13 |
-
"save":
|
| 14 |
},
|
| 15 |
-
"total_wall_time_sec":
|
| 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 |
}
|