maxkretchmer
commited on
Commit
•
7d5e3cf
1
Parent(s):
f277680
Training in progress, epoch 1
Browse files
adapter_config.json
CHANGED
@@ -19,14 +19,14 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"down_proj",
|
23 |
-
"gate_proj",
|
24 |
"lm_head",
|
|
|
25 |
"o_proj",
|
26 |
-
"
|
27 |
-
"k_proj",
|
28 |
"q_proj",
|
29 |
-
"up_proj"
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM"
|
32 |
}
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
|
|
22 |
"lm_head",
|
23 |
+
"gate_proj",
|
24 |
"o_proj",
|
25 |
+
"down_proj",
|
|
|
26 |
"q_proj",
|
27 |
+
"up_proj",
|
28 |
+
"k_proj",
|
29 |
+
"v_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM"
|
32 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 651362912
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7b9aa2e2d976d7dbdb571b79eef3c3b9bf66a3285dab244561456bf363a9339
|
3 |
size 651362912
|
runs/Dec16_20-58-03_efeb0abd3369/events.out.tfevents.1702760292.efeb0abd3369.27967.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:779c9e85882310c55817b7a5c609274d4e9affd18be95c6cae3b251c1b7d02e8
|
3 |
+
size 6153
|
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:4d8657b92de7d7f0ae3b1180b20678dde29e00e4ebc7319f99700962b9f595b6
|
3 |
+
size 4728
|