Training in progress, step 10
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- metrics.json +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -24,12 +24,12 @@
|
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
"up_proj",
|
| 27 |
-
"q_proj",
|
| 28 |
-
"down_proj",
|
| 29 |
-
"o_proj",
|
| 30 |
"v_proj",
|
|
|
|
|
|
|
|
|
|
| 31 |
"gate_proj",
|
| 32 |
-
"
|
| 33 |
],
|
| 34 |
"task_type": "CAUSAL_LM",
|
| 35 |
"use_dora": false,
|
|
|
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
"up_proj",
|
|
|
|
|
|
|
|
|
|
| 27 |
"v_proj",
|
| 28 |
+
"k_proj",
|
| 29 |
+
"down_proj",
|
| 30 |
+
"q_proj",
|
| 31 |
"gate_proj",
|
| 32 |
+
"o_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:2f5ef7b816dca8ec9f8febe6ab4e961c5037398d25e27a823d2cafcbb22a4ac3
|
| 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": 72.5058, "train_samples_per_second": 5.517, "train_steps_per_second": 0.138, "total_flos": 4810910442979328.0, "train_loss": 3.181192398071289, "epoch": 0.01, "total_training_time": 79.5918402671814, "total_training_time_mins": 1.32653067111969, "avg_step_time": 6.689460206031799}
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 8440
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6769cb0aabc8bf4be5e3ec6cd75999bd43a38251e9ca7d6b1b7575d461acae27
|
| 3 |
size 8440
|