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,10 +23,10 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"mlp.c_proj",
|
27 |
-
"mlp.c_fc",
|
28 |
"attn.c_attn",
|
29 |
-
"attn.c_proj"
|
|
|
|
|
30 |
],
|
31 |
"task_type": null,
|
32 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
|
|
26 |
"attn.c_attn",
|
27 |
+
"attn.c_proj",
|
28 |
+
"mlp.c_fc",
|
29 |
+
"mlp.c_proj"
|
30 |
],
|
31 |
"task_type": null,
|
32 |
"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 25190568
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81977d8ab72992aa87be455b3cbb8c615c5a6340d10742eb2b33951cd9a1a612
|
3 |
size 25190568
|
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:ff0fc512cf97b90b2f0deee204cbcb0563b605759d5fa36e92344fa7ea02b4b4
|
3 |
size 5176
|