V2 1300
Browse files- adapter_config.json +4 -2
- adapter_model.bin +2 -2
adapter_config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"auto_mapping": null,
|
3 |
-
"base_model_name_or_path": "
|
4 |
"bias": "none",
|
5 |
"fan_in_fan_out": false,
|
6 |
"inference_mode": true,
|
@@ -17,7 +17,9 @@
|
|
17 |
"q_proj",
|
18 |
"v_proj",
|
19 |
"k_proj",
|
20 |
-
"o_proj"
|
|
|
|
|
21 |
],
|
22 |
"task_type": "CAUSAL_LM"
|
23 |
}
|
|
|
1 |
{
|
2 |
"auto_mapping": null,
|
3 |
+
"base_model_name_or_path": "TheBloke/Llama-2-7B-fp16",
|
4 |
"bias": "none",
|
5 |
"fan_in_fan_out": false,
|
6 |
"inference_mode": true,
|
|
|
17 |
"q_proj",
|
18 |
"v_proj",
|
19 |
"k_proj",
|
20 |
+
"o_proj",
|
21 |
+
"down_proj",
|
22 |
+
"up_proj"
|
23 |
],
|
24 |
"task_type": "CAUSAL_LM"
|
25 |
}
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb30816c73636f290c94d953664b099832d9ceae82661eba523564f879cd929a
|
3 |
+
size 129113357
|