Upload folder using huggingface_hub
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
adapter_config.json
CHANGED
@@ -26,11 +26,11 @@
|
|
26 |
"target_modules": [
|
27 |
"q_proj",
|
28 |
"down_proj",
|
29 |
-
"gate_proj",
|
30 |
-
"o_proj",
|
31 |
-
"k_proj",
|
32 |
"v_proj",
|
33 |
-
"
|
|
|
|
|
|
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
|
|
26 |
"target_modules": [
|
27 |
"q_proj",
|
28 |
"down_proj",
|
|
|
|
|
|
|
29 |
"v_proj",
|
30 |
+
"k_proj",
|
31 |
+
"o_proj",
|
32 |
+
"up_proj",
|
33 |
+
"gate_proj"
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 48679352
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c5ad08fd388c52c00e1d98d35fbd6b7f763abac43f1124d056f2e3ed636abea
|
3 |
size 48679352
|