Upload folder using huggingface_hub
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -24,10 +24,10 @@
|
|
24 |
"ffn",
|
25 |
"down_proj",
|
26 |
"up_proj",
|
27 |
-
"
|
28 |
-
"k_proj",
|
29 |
"q_proj",
|
30 |
-
"
|
|
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"use_dora": false,
|
|
|
24 |
"ffn",
|
25 |
"down_proj",
|
26 |
"up_proj",
|
27 |
+
"o_proj",
|
|
|
28 |
"q_proj",
|
29 |
+
"k_proj",
|
30 |
+
"gate_proj"
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"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 17842592
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea77a9f3b56a28c59c54cd7e08fadd100847eccd74ee5f710a7253c1783fde68
|
3 |
size 17842592
|
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:80535b9f9869dd165b51402d51173c6751c00b3c1921fbfbd530dc98f909837c
|
3 |
size 5432
|