Training in progress, step 19
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 |
-
"gate_proj",
|
18 |
"up_proj",
|
19 |
"q_proj",
|
20 |
-
"k_proj",
|
21 |
"down_proj",
|
22 |
"v_proj",
|
23 |
-
"o_proj"
|
|
|
|
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM"
|
26 |
}
|
|
|
14 |
"r": 64,
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
|
|
17 |
"up_proj",
|
18 |
"q_proj",
|
|
|
19 |
"down_proj",
|
20 |
"v_proj",
|
21 |
+
"o_proj",
|
22 |
+
"gate_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 639792909
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da78bfcefc2fea0b526b6d93eab572bfe35c5de9d091a84d45b0669a0de285f5
|
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:b453392506ce35f0842e7ce564a202dc45a73b1c615fe1110521d89d290e9259
|
3 |
size 4155
|