Upload fine-tuned QA model with LoRA
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- tokenizer.json +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -23,10 +23,10 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"attn.c_proj",
|
27 |
-
"mlp.c_fc",
|
28 |
"mlp.c_proj",
|
29 |
-
"
|
|
|
|
|
30 |
],
|
31 |
"task_type": null,
|
32 |
"use_dora": false,
|
|
|
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,
|
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:ddb16e116cfb3acc24e33b8d91a65589412b1ea24e379b32ad939078229ad102
|
3 |
size 25190568
|
tokenizer.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a3fc2c14e110fd39439bd4c06ce82aa907168ed0d57c3904d83a0e0efc58680
|
3 |
+
size 2413479
|
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:15245b6aa06dcf226132f24ce4dc5a94ffe2684ad87ae135194c92848e53ca5b
|
3 |
size 5176
|