Upload 2 files
Browse files- adapter_config.json +2 -3
- adapter_model.bin +2 -2
adapter_config.json
CHANGED
@@ -1,17 +1,16 @@
|
|
1 |
{
|
2 |
"base_model_name_or_path": "decapoda-research/llama-7b-hf",
|
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,
|
10 |
"lora_dropout": 0.05,
|
|
|
11 |
"modules_to_save": null,
|
12 |
"peft_type": "LORA",
|
13 |
"r": 8,
|
14 |
-
"revision": null,
|
15 |
"target_modules": [
|
16 |
"q_proj",
|
17 |
"v_proj"
|
|
|
1 |
{
|
2 |
"base_model_name_or_path": "decapoda-research/llama-7b-hf",
|
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": 8,
|
|
|
14 |
"target_modules": [
|
15 |
"q_proj",
|
16 |
"v_proj"
|
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:de0b412489c2b615b36e3f2c731c68c71a48ca8ab37af7e4e0375b12f7c60126
|
3 |
+
size 16822989
|