ybelkada commited on
Commit
2f365ba
1 Parent(s): 5d9624a

Upload model

Browse files
Files changed (2) hide show
  1. adapter_config.json +14 -1
  2. adapter_model.bin +2 -2
adapter_config.json CHANGED
@@ -1 +1,14 @@
1
- {"peft_type": "LORA", "r": 16, "target_modules": ["q_proj", "v_proj"], "lora_alpha": 32, "lora_dropout": 0.05, "merge_weights": false, "fan_in_fan_out": false, "enable_lora": null, "bias": "none"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bias": "none",
3
+ "enable_lora": null,
4
+ "fan_in_fan_out": false,
5
+ "lora_alpha": 32,
6
+ "lora_dropout": 0.05,
7
+ "merge_weights": false,
8
+ "peft_type": "LORA",
9
+ "r": 8,
10
+ "target_modules": [
11
+ "q_proj",
12
+ "v_proj"
13
+ ]
14
+ }
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4e9ce7cb0ec3898f47bb33145deaaaea266788a06ee0251360ead51402b924b3
3
- size 6324049
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c55292de59ebd8b65c23392040e9a85702ff8672f52fcf0bb77da9d4afbda9e5
3
+ size 3178321