Training in progress, step 10
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- metrics.json +1 -1
adapter_config.json
CHANGED
@@ -23,13 +23,13 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"gate_proj",
|
27 |
-
"up_proj",
|
28 |
-
"v_proj",
|
29 |
"q_proj",
|
|
|
30 |
"down_proj",
|
|
|
|
|
31 |
"o_proj",
|
32 |
-
"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
|
|
|
|
26 |
"q_proj",
|
27 |
+
"up_proj",
|
28 |
"down_proj",
|
29 |
+
"v_proj",
|
30 |
+
"k_proj",
|
31 |
"o_proj",
|
32 |
+
"gate_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 11301520
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90b210ecde44172b100c85514e15d846d6378ff877f2b9324b16db986faa2208
|
3 |
size 11301520
|
metrics.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"run_name": "/data-shared/testing-refactored", "train_runtime":
|
|
|
1 |
+
{"run_name": "/data-shared/testing-refactored", "train_runtime": 75.826, "train_samples_per_second": 10.55, "train_steps_per_second": 0.132, "total_flos": 9621820885958656.0, "train_loss": 2.993947219848633, "epoch": 0.02, "total_training_time": 87.23009157180786, "total_training_time_mins": 1.453834859530131, "avg_step_time": 6.869749426841736}
|