Training in progress, step 28
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- trainer_log.jsonl +3 -3
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"q_proj",
|
24 |
-
"o_proj",
|
25 |
-
"k_proj",
|
26 |
-
"up_proj",
|
27 |
"gate_proj",
|
|
|
28 |
"v_proj",
|
29 |
-
"
|
|
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
|
|
|
|
23 |
"gate_proj",
|
24 |
+
"o_proj",
|
25 |
"v_proj",
|
26 |
+
"q_proj",
|
27 |
+
"down_proj",
|
28 |
+
"k_proj",
|
29 |
+
"up_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"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 207244392
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2dad4871fa49a9ef59cfa0e95d93830bececa9c879646ff8a08e05195686aac
|
3 |
size 207244392
|
trainer_log.jsonl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
{"current_steps": 10, "total_steps": 28, "loss": 0.
|
2 |
-
{"current_steps": 20, "total_steps": 28, "loss": 0.
|
3 |
-
{"current_steps": 28, "total_steps": 28, "epoch": 1.0, "percentage": 100.0, "elapsed_time": "0:38:
|
|
|
1 |
+
{"current_steps": 10, "total_steps": 28, "loss": 0.8991, "lr": 8.18711994874345e-05, "epoch": 0.35714285714285715, "percentage": 35.71, "elapsed_time": "0:13:28", "remaining_time": "0:24:14"}
|
2 |
+
{"current_steps": 20, "total_steps": 28, "loss": 0.5462, "lr": 2.3208660251050158e-05, "epoch": 0.7142857142857143, "percentage": 71.43, "elapsed_time": "0:26:45", "remaining_time": "0:10:42"}
|
3 |
+
{"current_steps": 28, "total_steps": 28, "epoch": 1.0, "percentage": 100.0, "elapsed_time": "0:38:42", "remaining_time": "0:00:00"}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 7608
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1acaa0e2de5de7ee544707ed1f2995e24c8c449ae89d1bfe71f25ccf6af99bb
|
3 |
size 7608
|