Upload fine-tuned QA model with LoRA
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -23,11 +23,11 @@
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
-
"self_attn.k_proj",
|
| 27 |
-
"self_attn.o_proj",
|
| 28 |
-
"self_attn.q_proj",
|
| 29 |
"self_attn.v_proj",
|
|
|
|
|
|
|
| 30 |
"mlp.down_proj",
|
|
|
|
| 31 |
"mlp.up_proj"
|
| 32 |
],
|
| 33 |
"task_type": null,
|
|
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
| 26 |
"self_attn.v_proj",
|
| 27 |
+
"self_attn.q_proj",
|
| 28 |
+
"self_attn.o_proj",
|
| 29 |
"mlp.down_proj",
|
| 30 |
+
"self_attn.k_proj",
|
| 31 |
"mlp.up_proj"
|
| 32 |
],
|
| 33 |
"task_type": null,
|
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:a45fd9a0dd2549add9324a788d1fd5338b2ad7416e11600690cc5eac217eb1ca
|
| 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:b39beaf5427e0ec04c0060c7521d277a1c4da36f7a3a32376a40d5be5d4fbfe4
|
| 3 |
size 5176
|