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