Upload fine-tuned QA model with LoRA
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -24,9 +24,9 @@
|
|
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,
|
|
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
"attn.c_attn",
|
27 |
+
"mlp.c_proj",
|
28 |
"attn.c_proj",
|
29 |
+
"mlp.c_fc"
|
|
|
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:1d8066d632ee59eaf4946fd8f000cd8c3bd31d56ccfe642161a1532e082325f1
|
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:4894886b7a46707f83bbdcaad29f151c86a93ecc9482e753338209e135652ca6
|
3 |
size 5176
|