haizhongzheng
commited on
Commit
•
a02ff0c
1
Parent(s):
b96cab0
Model save
Browse files- adapter_config.json +4 -4
- all_results.json +4 -4
- runs/Nov21_11-21-27_novi/events.out.tfevents.1732206093.novi.844228.0 +3 -0
- train_results.json +4 -4
- trainer_state.json +4 -4
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
|
|
24 |
"k_proj",
|
25 |
"o_proj",
|
26 |
-
"q_proj",
|
27 |
-
"v_proj",
|
28 |
"up_proj",
|
29 |
-
"
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"down_proj",
|
24 |
+
"q_proj",
|
25 |
"k_proj",
|
26 |
"o_proj",
|
|
|
|
|
27 |
"up_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"v_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
all_results.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
"total_flos": 0.0,
|
4 |
-
"train_loss": 0.
|
5 |
-
"train_runtime":
|
6 |
"train_samples": 61134,
|
7 |
-
"train_samples_per_second":
|
8 |
-
"train_steps_per_second":
|
9 |
}
|
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
"total_flos": 0.0,
|
4 |
+
"train_loss": 0.0,
|
5 |
+
"train_runtime": 0.0101,
|
6 |
"train_samples": 61134,
|
7 |
+
"train_samples_per_second": 6068984.159,
|
8 |
+
"train_steps_per_second": 379323.919
|
9 |
}
|
runs/Nov21_11-21-27_novi/events.out.tfevents.1732206093.novi.844228.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87dd36fa1206aec63ea92b18bde19e86d7994d8b3561cd45357564b696b84176
|
3 |
+
size 6737
|
train_results.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
"total_flos": 0.0,
|
4 |
-
"train_loss": 0.
|
5 |
-
"train_runtime":
|
6 |
"train_samples": 61134,
|
7 |
-
"train_samples_per_second":
|
8 |
-
"train_steps_per_second":
|
9 |
}
|
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
"total_flos": 0.0,
|
4 |
+
"train_loss": 0.0,
|
5 |
+
"train_runtime": 0.0101,
|
6 |
"train_samples": 61134,
|
7 |
+
"train_samples_per_second": 6068984.159,
|
8 |
+
"train_steps_per_second": 379323.919
|
9 |
}
|
trainer_state.json
CHANGED
@@ -6365,10 +6365,10 @@
|
|
6365 |
"epoch": 1.0,
|
6366 |
"step": 3821,
|
6367 |
"total_flos": 0.0,
|
6368 |
-
"train_loss": 0.
|
6369 |
-
"train_runtime":
|
6370 |
-
"train_samples_per_second":
|
6371 |
-
"train_steps_per_second":
|
6372 |
}
|
6373 |
],
|
6374 |
"logging_steps": 10,
|
|
|
6365 |
"epoch": 1.0,
|
6366 |
"step": 3821,
|
6367 |
"total_flos": 0.0,
|
6368 |
+
"train_loss": 0.0,
|
6369 |
+
"train_runtime": 0.0101,
|
6370 |
+
"train_samples_per_second": 6068984.159,
|
6371 |
+
"train_steps_per_second": 379323.919
|
6372 |
}
|
6373 |
],
|
6374 |
"logging_steps": 10,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6328
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fd7f1dfa59ed39bf5f60b5a68d7dd810dee35322e3b9080465ba967487ba2cd
|
3 |
size 6328
|