Training in progress, step 13
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"up_proj",
|
24 |
-
"o_proj",
|
25 |
-
"k_proj",
|
26 |
-
"down_proj",
|
27 |
"gate_proj",
|
|
|
28 |
"shared_expert_gate",
|
|
|
|
|
29 |
"q_proj",
|
|
|
30 |
"gate",
|
31 |
"v_proj"
|
32 |
],
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
|
|
|
|
23 |
"gate_proj",
|
24 |
+
"up_proj",
|
25 |
"shared_expert_gate",
|
26 |
+
"k_proj",
|
27 |
+
"o_proj",
|
28 |
"q_proj",
|
29 |
+
"down_proj",
|
30 |
"gate",
|
31 |
"v_proj"
|
32 |
],
|
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:8c91feae017ca70596468b0745d371ac924be07b894d2cdd2cc188415f23cab8
|
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:fe6562cd00d714e3b603d36a47eaf411bf8cffec56a6327e0e52341822a9f9dd
|
3 |
size 6776
|