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