Upload fine-tuned QA model with LoRA
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -23,12 +23,12 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"feed_forward.down_proj",
|
27 |
-
"feed_forward.up_proj",
|
28 |
-
"self_attn.q_proj",
|
29 |
-
"self_attn.o_proj",
|
30 |
"self_attn.v_proj",
|
31 |
-
"self_attn.
|
|
|
|
|
|
|
|
|
32 |
],
|
33 |
"task_type": null,
|
34 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
|
|
|
|
|
|
26 |
"self_attn.v_proj",
|
27 |
+
"self_attn.o_proj",
|
28 |
+
"self_attn.q_proj",
|
29 |
+
"self_attn.k_proj",
|
30 |
+
"feed_forward.down_proj",
|
31 |
+
"feed_forward.up_proj"
|
32 |
],
|
33 |
"task_type": null,
|
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 25586896
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1bbb13a93628349ce6e3f06e2b85796b933a7e18ef031deb5579adf41cc0007a
|
3 |
size 25586896
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ed4e176201052a539f012f41d2eaa27af1df6ceaa0787620fc4e2808d09bc9d
|
3 |
size 5176
|