Uploading model files
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -22,8 +22,8 @@
|
|
22 |
"target_modules": [
|
23 |
"down_proj",
|
24 |
"o_proj",
|
25 |
-
"
|
26 |
-
"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM",
|
29 |
"use_dora": false,
|
|
|
22 |
"target_modules": [
|
23 |
"down_proj",
|
24 |
"o_proj",
|
25 |
+
"gate_up_proj",
|
26 |
+
"qkv_proj"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM",
|
29 |
"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 184584072
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28c2217c3463f17f2c6198374b7133fbd3d5fa02da5c6f8d6974f64e7c4ea6ca
|
3 |
size 184584072
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5752
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd833351ee3fbd616dcdc6779ea8c3bc5c186d90b337a81e71236a5a6a8689db
|
3 |
size 5752
|