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