kbressem commited on
Commit
3001a5e
1 Parent(s): 8af11d9

update weights with data version3

Browse files
Files changed (2) hide show
  1. adapter_config.json +5 -3
  2. adapter_model.bin +2 -2
adapter_config.json CHANGED
@@ -5,14 +5,16 @@
5
  "fan_in_fan_out": false,
6
  "inference_mode": true,
7
  "lora_alpha": 16,
8
- "lora_dropout": 0.05,
9
  "merge_weights": false,
10
  "modules_to_save": null,
11
  "peft_type": "LORA",
12
- "r": 8,
13
  "target_modules": [
14
  "q_proj",
15
- "v_proj"
 
 
16
  ],
17
  "task_type": "CAUSAL_LM"
18
  }
 
5
  "fan_in_fan_out": false,
6
  "inference_mode": true,
7
  "lora_alpha": 16,
8
+ "lora_dropout": 0.1,
9
  "merge_weights": false,
10
  "modules_to_save": null,
11
  "peft_type": "LORA",
12
+ "r": 16,
13
  "target_modules": [
14
  "q_proj",
15
+ "k_proj",
16
+ "v_proj",
17
+ "o_proj"
18
  ],
19
  "task_type": "CAUSAL_LM"
20
  }
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ec63a0c63b5ffcc8be7b09f2b82d3982c3d381aeba6554041f9d8c9e1cb0519d
3
- size 51204365
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb1d2f16941256dab1d333f92dee6ca6e68d1985016c753ac50f44423c622662
3
+ size 204646285