Upload fine-tuned QA model with LoRA
Browse files- adapter_config.json +4 -4
- 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 |
-
"
|
| 27 |
-
"mlp.down_proj",
|
| 28 |
-
"self_attn.o_proj",
|
| 29 |
"self_attn.q_proj",
|
| 30 |
"self_attn.v_proj",
|
| 31 |
-
"
|
|
|
|
|
|
|
| 32 |
],
|
| 33 |
"task_type": null,
|
| 34 |
"use_dora": false,
|
|
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
+
"mlp.up_proj",
|
|
|
|
|
|
|
| 27 |
"self_attn.q_proj",
|
| 28 |
"self_attn.v_proj",
|
| 29 |
+
"self_attn.k_proj",
|
| 30 |
+
"mlp.down_proj",
|
| 31 |
+
"self_attn.o_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 89710808
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e05f49fe5eb31416ec0e24b0bb3b45ca3bdb7d58a81d082fddade11a49c2067
|
| 3 |
size 89710808
|
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:5680540f0210d7fa99f730ec336ea9b76f25198b58594bc3fe8b4d5e933790bd
|
| 3 |
size 5176
|