Qin Liu
commited on
Commit
•
f1d7a3b
1
Parent(s):
635ad45
Training in progress, step 100
Browse files
adapter_config.json
CHANGED
@@ -19,13 +19,13 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"o_proj",
|
23 |
-
"down_proj",
|
24 |
-
"k_proj",
|
25 |
-
"gate_proj",
|
26 |
"up_proj",
|
|
|
|
|
|
|
27 |
"q_proj",
|
28 |
-
"
|
|
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM"
|
31 |
}
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
|
|
|
|
|
|
22 |
"up_proj",
|
23 |
+
"down_proj",
|
24 |
+
"v_proj",
|
25 |
+
"o_proj",
|
26 |
"q_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"k_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM"
|
31 |
}
|
runs/May02_23-38-27_COE-CS-sv003/events.out.tfevents.1714693383.COE-CS-sv003.638103.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:133773caf466fc7dbc81c9654142246caad5860bcc262bfb687d3483837f017e
|
3 |
+
size 9076
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6072
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:798d29e722cab44402315f761d20984f769ed45cf7eee9e7035435d177bffc90
|
3 |
size 6072
|