Upload 2 files
Browse files- adapter_config.json +5 -3
- adapter_model.bin +1 -1
adapter_config.json
CHANGED
@@ -1,16 +1,18 @@
|
|
1 |
{
|
2 |
-
"
|
|
|
3 |
"bias": "none",
|
4 |
-
"enable_lora": null,
|
5 |
"fan_in_fan_out": false,
|
6 |
"inference_mode": true,
|
7 |
"init_lora_weights": true,
|
|
|
|
|
8 |
"lora_alpha": 16,
|
9 |
"lora_dropout": 0.05,
|
10 |
-
"merge_weights": false,
|
11 |
"modules_to_save": null,
|
12 |
"peft_type": "LORA",
|
13 |
"r": 16,
|
|
|
14 |
"target_modules": [
|
15 |
"q_proj",
|
16 |
"v_proj",
|
|
|
1 |
{
|
2 |
+
"auto_mapping": null,
|
3 |
+
"base_model_name_or_path": "/newdisk3/data/fangyin/llama-7b",
|
4 |
"bias": "none",
|
|
|
5 |
"fan_in_fan_out": false,
|
6 |
"inference_mode": true,
|
7 |
"init_lora_weights": true,
|
8 |
+
"layers_pattern": null,
|
9 |
+
"layers_to_transform": null,
|
10 |
"lora_alpha": 16,
|
11 |
"lora_dropout": 0.05,
|
|
|
12 |
"modules_to_save": null,
|
13 |
"peft_type": "LORA",
|
14 |
"r": 16,
|
15 |
+
"revision": null,
|
16 |
"target_modules": [
|
17 |
"q_proj",
|
18 |
"v_proj",
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 160069389
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26b0697298721140d0edca5529f361dc320d0ee844209209c153f03da4f310f3
|
3 |
size 160069389
|