Training in progress, step 20
Browse files
adapter_config.json
CHANGED
@@ -16,14 +16,14 @@
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
|
|
19 |
"k_proj",
|
|
|
20 |
"down_proj",
|
21 |
-
"v_proj",
|
22 |
"q_proj",
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"o_proj"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM"
|
29 |
}
|
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
+
"lm_head",
|
20 |
"k_proj",
|
21 |
+
"up_proj",
|
22 |
"down_proj",
|
|
|
23 |
"q_proj",
|
24 |
+
"o_proj",
|
25 |
+
"v_proj",
|
26 |
+
"gate_proj"
|
|
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM"
|
29 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 26361536
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98cd3890c51ae5ffa91d126fdd9651957d93ea83b95be60e19440fa9853572b2
|
3 |
size 26361536
|
runs/Jan20_09-47-06_98f107f1aa39/events.out.tfevents.1705744129.98f107f1aa39.59272.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ec6843eaefbf474d9105d7c7f25f544603a96e1b0683b083a1eae513311c0b6
|
3 |
+
size 5822
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4792
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:edc3f43974610cb0990b262c0061ad284b8fda735a6ad58671c1f6f61517e4c3
|
3 |
size 4792
|