TachyHealthResearch
commited on
Commit
·
32b3563
1
Parent(s):
da6a9bc
Training in progress, step 5
Browse files
adapter_config.json
CHANGED
@@ -19,13 +19,13 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
22 |
"down_proj",
|
23 |
-
"
|
24 |
"k_proj",
|
|
|
25 |
"o_proj",
|
26 |
-
"q_proj"
|
27 |
-
"gate_proj",
|
28 |
-
"up_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM"
|
31 |
}
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"gate_proj",
|
23 |
"down_proj",
|
24 |
+
"up_proj",
|
25 |
"k_proj",
|
26 |
+
"v_proj",
|
27 |
"o_proj",
|
28 |
+
"q_proj"
|
|
|
|
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM"
|
31 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 125248064
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d52e0d38fcdb26716819afd6481ca1303c968789a8fed6664eacbd2e5d184da0
|
3 |
size 125248064
|
runs/Dec07_16-17-34_0791dc8f5ec2/events.out.tfevents.1701966330.0791dc8f5ec2.270.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66a3a84abf60c6d899d2394d3da4d9161bfac69fcf873a352fe995cd0555bd1a
|
3 |
+
size 5406
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b9fc228c3c47641175a267c20a8bed63fa9082c03bc18b5aad785a75b8728f1
|
3 |
size 4600
|
training_config.json
CHANGED
@@ -71,7 +71,7 @@
|
|
71 |
"eval_delay": 0,
|
72 |
"eval_steps": 1000,
|
73 |
"warmup_steps": 3,
|
74 |
-
"max_steps":
|
75 |
"num_train_epochs": 1,
|
76 |
"learning_rate": 0.0002,
|
77 |
"max_grad_norm": 1.0,
|
|
|
71 |
"eval_delay": 0,
|
72 |
"eval_steps": 1000,
|
73 |
"warmup_steps": 3,
|
74 |
+
"max_steps": 100,
|
75 |
"num_train_epochs": 1,
|
76 |
"learning_rate": 0.0002,
|
77 |
"max_grad_norm": 1.0,
|