tuanna08go
commited on
Training in progress, step 13
Browse files- adapter_config.json +7 -7
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,15 +20,15 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"gate_proj",
|
24 |
-
"gate",
|
25 |
-
"down_proj",
|
26 |
-
"v_proj",
|
27 |
"o_proj",
|
28 |
-
"shared_expert_gate",
|
29 |
-
"k_proj",
|
30 |
"up_proj",
|
31 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
],
|
33 |
"task_type": "CAUSAL_LM",
|
34 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
|
|
|
|
23 |
"o_proj",
|
|
|
|
|
24 |
"up_proj",
|
25 |
+
"k_proj",
|
26 |
+
"gate",
|
27 |
+
"gate_proj",
|
28 |
+
"shared_expert_gate",
|
29 |
+
"v_proj",
|
30 |
+
"q_proj",
|
31 |
+
"down_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:609f33fb9225090b10f1df737a2361196fba3991033aa0a94fd91740f81f4da9
|
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:d5fe84cc13cdac14fbd5e264ffcfab437a6c5fd7b2665cb1ee66a4afaad006fb
|
3 |
size 6776
|