Training in progress, step 7
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -21,14 +21,14 @@
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"v_proj",
|
24 |
-
"
|
25 |
-
"o_proj",
|
26 |
"down_proj",
|
|
|
27 |
"gate_proj",
|
28 |
"shared_expert_gate",
|
|
|
29 |
"q_proj",
|
30 |
-
"
|
31 |
-
"k_proj"
|
32 |
],
|
33 |
"task_type": "CAUSAL_LM",
|
34 |
"use_dora": false,
|
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"v_proj",
|
24 |
+
"gate",
|
|
|
25 |
"down_proj",
|
26 |
+
"k_proj",
|
27 |
"gate_proj",
|
28 |
"shared_expert_gate",
|
29 |
+
"o_proj",
|
30 |
"q_proj",
|
31 |
+
"up_proj"
|
|
|
32 |
],
|
33 |
"task_type": "CAUSAL_LM",
|
34 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 327040
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20db5a33a39460601b4e9b8ea50e0d58a4f453f6af5b1939af6414d75387220a
|
3 |
size 327040
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6776
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68264bad378a3786e373b10a7929344fa7e3753d90d483071dfcff2369324455
|
3 |
size 6776
|