DataHammer
commited on
Commit
•
a74d9f0
1
Parent(s):
f8eadc7
Update mozi based on baichuan, Commit from cty
Browse files- adapter_config.json +23 -0
- adapter_model.bin +3 -0
adapter_config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"base_model_name_or_path": "baichuan-inc/baichuan-7B",
|
3 |
+
"bias": "none",
|
4 |
+
"fan_in_fan_out": false,
|
5 |
+
"inference_mode": true,
|
6 |
+
"init_lora_weights": true,
|
7 |
+
"layers_pattern": null,
|
8 |
+
"layers_to_transform": null,
|
9 |
+
"lora_alpha": 16.0,
|
10 |
+
"lora_dropout": 0.1,
|
11 |
+
"modules_to_save": null,
|
12 |
+
"peft_type": "LORA",
|
13 |
+
"r": 72,
|
14 |
+
"revision": null,
|
15 |
+
"target_modules": [
|
16 |
+
"o_proj",
|
17 |
+
"W_pack",
|
18 |
+
"gate_proj",
|
19 |
+
"down_proj",
|
20 |
+
"up_proj"
|
21 |
+
],
|
22 |
+
"task_type": "CAUSAL_LM"
|
23 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5a83ee2711cdbb67d7f14318f3aa6915c6209dd66d59ae5385f1be6d5d94e93
|
3 |
+
size 322094077
|