Upload Phi3ForCausalLM
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- generation_config.json +1 -1
adapter_config.json
CHANGED
|
@@ -20,10 +20,10 @@
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
-
"k_proj",
|
| 24 |
-
"v_proj",
|
| 25 |
"q_proj",
|
| 26 |
-
"
|
|
|
|
|
|
|
| 27 |
],
|
| 28 |
"task_type": "CAUSAL_LM",
|
| 29 |
"use_dora": false,
|
|
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
|
|
|
|
|
|
| 23 |
"q_proj",
|
| 24 |
+
"v_proj",
|
| 25 |
+
"o_proj",
|
| 26 |
+
"k_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 12591456
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f39f714657b62e86f5146e458e6deaec14936d45a630f6b3fb632183227307b
|
| 3 |
size 12591456
|
generation_config.json
CHANGED
|
@@ -7,5 +7,5 @@
|
|
| 7 |
32007
|
| 8 |
],
|
| 9 |
"pad_token_id": 32000,
|
| 10 |
-
"transformers_version": "4.
|
| 11 |
}
|
|
|
|
| 7 |
32007
|
| 8 |
],
|
| 9 |
"pad_token_id": 32000,
|
| 10 |
+
"transformers_version": "4.40.1"
|
| 11 |
}
|