Training in progress, step 10
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -16,13 +16,13 @@
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
|
|
19 |
"q_proj",
|
20 |
-
"
|
21 |
-
"down_proj",
|
22 |
"o_proj",
|
23 |
"k_proj",
|
24 |
-
"
|
25 |
-
"
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM"
|
28 |
}
|
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
+
"up_proj",
|
20 |
"q_proj",
|
21 |
+
"gate_proj",
|
|
|
22 |
"o_proj",
|
23 |
"k_proj",
|
24 |
+
"down_proj",
|
25 |
+
"v_proj"
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM"
|
28 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 80013120
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68d9e6248a4677befb80e46d4032f63d9b1e9a582d2d39676ce15fb1ea76da32
|
3 |
size 80013120
|
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:fd6e08929d2792c9b5d02811422c8d05a48296b6838c4b8cbf2dd4ee699aa95b
|
3 |
size 4600
|