Training in progress, step 82
Browse files- adapter_config.json +3 -3
- adapter_model.bin +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -14,13 +14,13 @@
|
|
14 |
"r": 64,
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
17 |
-
"
|
18 |
"v_proj",
|
19 |
"q_proj",
|
20 |
"down_proj",
|
21 |
"up_proj",
|
22 |
-
"
|
23 |
-
"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM"
|
26 |
}
|
|
|
14 |
"r": 64,
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
17 |
+
"o_proj",
|
18 |
"v_proj",
|
19 |
"q_proj",
|
20 |
"down_proj",
|
21 |
"up_proj",
|
22 |
+
"k_proj",
|
23 |
+
"gate_proj"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM"
|
26 |
}
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1001592141
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63144fe16972fa8b7751591b7fd661a35df6b9710d86306fae2f10f751ae1de0
|
3 |
size 1001592141
|
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:9a59b9c2f6a969f48b5ed8fb71973656a372317130f8a48506b83ca482a57605
|
3 |
size 4155
|