Commit
·
91ffdbf
1
Parent(s):
1ca255a
Upload model
Browse files- README.md +1 -1
- adapter_config.json +6 -6
- adapter_model.bin +2 -2
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
-
base_model:
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
+
base_model: larryvrh/Yi-6B-200K-Llamafied
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
adapter_config.json
CHANGED
@@ -1,28 +1,28 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path": "
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
8 |
"init_lora_weights": true,
|
9 |
"layers_pattern": null,
|
10 |
"layers_to_transform": null,
|
11 |
-
"lora_alpha":
|
12 |
"lora_dropout": 0.1,
|
13 |
"modules_to_save": null,
|
14 |
"peft_type": "LORA",
|
15 |
-
"r":
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
"k_proj",
|
20 |
"q_proj",
|
21 |
-
"down_proj",
|
22 |
"o_proj",
|
23 |
-
"v_proj",
|
24 |
-
"gate_proj",
|
25 |
"up_proj",
|
|
|
|
|
|
|
26 |
"lm_head"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM"
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "larryvrh/Yi-6B-200K-Llamafied",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
8 |
"init_lora_weights": true,
|
9 |
"layers_pattern": null,
|
10 |
"layers_to_transform": null,
|
11 |
+
"lora_alpha": 32,
|
12 |
"lora_dropout": 0.1,
|
13 |
"modules_to_save": null,
|
14 |
"peft_type": "LORA",
|
15 |
+
"r": 16,
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
"k_proj",
|
20 |
"q_proj",
|
|
|
21 |
"o_proj",
|
|
|
|
|
22 |
"up_proj",
|
23 |
+
"gate_proj",
|
24 |
+
"down_proj",
|
25 |
+
"v_proj",
|
26 |
"lm_head"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM"
|
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:a797aed5b54c2ca36ecb6d630d0c4df2a4c44ff47763b8edf882e8df9f19e2cb
|
3 |
+
size 74955730
|