Training in progress, step 2560
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- trainer_log.jsonl +1 -4
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -23,13 +23,13 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
|
|
|
|
26 |
"up_proj",
|
27 |
"v_proj",
|
28 |
-
"k_proj",
|
29 |
"o_proj",
|
30 |
-
"
|
31 |
-
"down_proj",
|
32 |
-
"gate_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"q_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"down_proj",
|
29 |
"up_proj",
|
30 |
"v_proj",
|
|
|
31 |
"o_proj",
|
32 |
+
"k_proj"
|
|
|
|
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 147770496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:101b530fa255b128b00b1b8f5241ccacfcd8da47b9e0be5d960596d0f29b9b81
|
3 |
size 147770496
|
trainer_log.jsonl
CHANGED
@@ -1,4 +1 @@
|
|
1 |
-
{"current_steps":
|
2 |
-
{"current_steps": 2540, "total_steps": 2553, "loss": 0.4826, "lr": 2.5753625660224208e-08, "epoch": 2.9844346549192364, "percentage": 99.49, "elapsed_time": "1:03:22", "remaining_time": "0:00:19"}
|
3 |
-
{"current_steps": 2550, "total_steps": 2553, "loss": 0.4913, "lr": 2.8615867500414447e-09, "epoch": 2.9961820851688694, "percentage": 99.88, "elapsed_time": "1:34:54", "remaining_time": "0:00:06"}
|
4 |
-
{"current_steps": 2553, "total_steps": 2553, "epoch": 2.999706314243759, "percentage": 100.0, "elapsed_time": "1:44:23", "remaining_time": "0:00:00"}
|
|
|
1 |
+
{"current_steps": 2560, "total_steps": 5106, "loss": 0.5113, "lr": 0.00015, "epoch": 3.008225616921269, "percentage": 50.14, "elapsed_time": "0:20:27", "remaining_time": "0:20:20"}
|
|
|
|
|
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5752
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc83588d1e0d411a76deaf141db7902e3202185b9cc735f0b37ac7fed1ba9382
|
3 |
size 5752
|