fionazhang
commited on
Upload model
Browse files- README.md +0 -1
- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
README.md
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
base_model: mistralai/Mistral-7B-v0.1
|
4 |
-
license: apache-2.0
|
5 |
---
|
6 |
|
7 |
# Model Card for Model ID
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
base_model: mistralai/Mistral-7B-v0.1
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
adapter_config.json
CHANGED
@@ -20,10 +20,10 @@
|
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
"gate_proj",
|
23 |
-
"o_proj",
|
24 |
-
"k_proj",
|
25 |
"q_proj",
|
26 |
-
"v_proj"
|
|
|
|
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM"
|
29 |
}
|
|
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
"gate_proj",
|
|
|
|
|
23 |
"q_proj",
|
24 |
+
"v_proj",
|
25 |
+
"o_proj",
|
26 |
+
"k_proj"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM"
|
29 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 369142184
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d9f7c89b011894f374940c5088e24d70c46f9b11be4e91eee9eb97994721f4e
|
3 |
size 369142184
|