Training in progress, step 1464
Browse files- adapter_config.json +3 -3
- adapter_model.bin +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -14,12 +14,12 @@
|
|
14 |
"r": 64,
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
17 |
-
"
|
18 |
-
"q_proj",
|
19 |
"v_proj",
|
20 |
"up_proj",
|
|
|
|
|
21 |
"k_proj",
|
22 |
-
"gate_proj",
|
23 |
"down_proj"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM"
|
|
|
14 |
"r": 64,
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
17 |
+
"gate_proj",
|
|
|
18 |
"v_proj",
|
19 |
"up_proj",
|
20 |
+
"o_proj",
|
21 |
+
"q_proj",
|
22 |
"k_proj",
|
|
|
23 |
"down_proj"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM"
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 639792909
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e20fd0f26c65df10dbd64e06aa94e183ede67fcd12c6c1eb6ccc600dbe78423c
|
3 |
size 639792909
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4155
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1dbf00e02b362215be635ca3a05ef84811e1d2ec78ab4a4e59dbd7488f14eb18
|
3 |
size 4155
|