Model save
Browse files- adapter_config.json +4 -4
- all_results.json +2 -2
- train_results.json +2 -2
- trainer_state.json +2 -2
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -23,13 +23,13 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
|
|
|
|
26 |
"q_proj",
|
27 |
-
"o_proj",
|
28 |
"down_proj",
|
29 |
"k_proj",
|
30 |
-
"
|
31 |
-
"v_proj",
|
32 |
-
"gate_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"up_proj",
|
27 |
+
"v_proj",
|
28 |
+
"gate_proj",
|
29 |
"q_proj",
|
|
|
30 |
"down_proj",
|
31 |
"k_proj",
|
32 |
+
"o_proj"
|
|
|
|
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
all_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"total_flos": 0.0,
|
3 |
"train_loss": 0.0,
|
4 |
-
"train_runtime":
|
5 |
"train_samples": 7500,
|
6 |
-
"train_samples_per_second": 0.
|
7 |
"train_steps_per_second": 0.02
|
8 |
}
|
|
|
1 |
{
|
2 |
"total_flos": 0.0,
|
3 |
"train_loss": 0.0,
|
4 |
+
"train_runtime": 49.2958,
|
5 |
"train_samples": 7500,
|
6 |
+
"train_samples_per_second": 0.325,
|
7 |
"train_steps_per_second": 0.02
|
8 |
}
|
train_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"total_flos": 0.0,
|
3 |
"train_loss": 0.0,
|
4 |
-
"train_runtime":
|
5 |
"train_samples": 7500,
|
6 |
-
"train_samples_per_second": 0.
|
7 |
"train_steps_per_second": 0.02
|
8 |
}
|
|
|
1 |
{
|
2 |
"total_flos": 0.0,
|
3 |
"train_loss": 0.0,
|
4 |
+
"train_runtime": 49.2958,
|
5 |
"train_samples": 7500,
|
6 |
+
"train_samples_per_second": 0.325,
|
7 |
"train_steps_per_second": 0.02
|
8 |
}
|
trainer_state.json
CHANGED
@@ -27,8 +27,8 @@
|
|
27 |
"step": 1,
|
28 |
"total_flos": 0.0,
|
29 |
"train_loss": 0.0,
|
30 |
-
"train_runtime":
|
31 |
-
"train_samples_per_second": 0.
|
32 |
"train_steps_per_second": 0.02
|
33 |
}
|
34 |
],
|
|
|
27 |
"step": 1,
|
28 |
"total_flos": 0.0,
|
29 |
"train_loss": 0.0,
|
30 |
+
"train_runtime": 49.2958,
|
31 |
+
"train_samples_per_second": 0.325,
|
32 |
"train_steps_per_second": 0.02
|
33 |
}
|
34 |
],
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a583b94977bd994f0e18110bd26ee8dce871621ac897bf26644714c54342d23
|
3 |
+
size 6520
|