Upload folder using huggingface_hub
Browse files- adapter_config.json +5 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -23,13 +23,14 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"q_proj",
|
27 |
-
"gate_proj",
|
28 |
"v_proj",
|
|
|
29 |
"o_proj",
|
30 |
-
"
|
31 |
"k_proj",
|
32 |
-
"
|
|
|
|
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
|
|
26 |
"v_proj",
|
27 |
+
"ffn",
|
28 |
"o_proj",
|
29 |
+
"down_proj",
|
30 |
"k_proj",
|
31 |
+
"q_proj",
|
32 |
+
"gate_proj",
|
33 |
+
"up_proj"
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"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 1524420784
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06b07daa5b0cabe0cb32f26048c859ede31b7266fe098b67c3965cbc38b1414d
|
3 |
size 1524420784
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a140a2310c3abcd86cf881fd492402fb2f2f54b9872ac24f6381167513997abe
|
3 |
size 5432
|