Training in progress, step 1600
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- trainer_log.jsonl +4 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -23,13 +23,13 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"q_proj",
|
27 |
-
"k_proj",
|
28 |
-
"down_proj",
|
29 |
"v_proj",
|
30 |
"o_proj",
|
|
|
|
|
|
|
31 |
"up_proj",
|
32 |
-
"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
|
|
|
|
26 |
"v_proj",
|
27 |
"o_proj",
|
28 |
+
"down_proj",
|
29 |
+
"gate_proj",
|
30 |
+
"q_proj",
|
31 |
"up_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:5477d9183962b8afe8261e1d3687a50c07760f10ee9ed6769d150ed5313b4e68
|
3 |
size 147770496
|
trainer_log.jsonl
CHANGED
@@ -1 +1,4 @@
|
|
1 |
-
{"current_steps":
|
|
|
|
|
|
|
|
1 |
+
{"current_steps": 1570, "total_steps": 2553, "loss": 0.4961, "lr": 9.801073315964465e-05, "epoch": 1.844640234948605, "percentage": 61.5, "elapsed_time": "0:30:52", "remaining_time": "0:19:19"}
|
2 |
+
{"current_steps": 1580, "total_steps": 2553, "loss": 0.5028, "lr": 9.627652564299405e-05, "epoch": 1.8563876651982378, "percentage": 61.89, "elapsed_time": "1:01:40", "remaining_time": "0:37:58"}
|
3 |
+
{"current_steps": 1590, "total_steps": 2553, "loss": 0.5011, "lr": 9.455051721519528e-05, "epoch": 1.8681350954478708, "percentage": 62.28, "elapsed_time": "1:32:25", "remaining_time": "0:55:58"}
|
4 |
+
{"current_steps": 1600, "total_steps": 2553, "loss": 0.4977, "lr": 9.283297129362094e-05, "epoch": 1.8798825256975036, "percentage": 62.67, "elapsed_time": "2:03:14", "remaining_time": "1:13:24"}
|
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:4b713423fc23989f171bd9369f8d27ecc877d147ecb85294c3afe127b5b5031a
|
3 |
size 5752
|