ammarnasr commited on
Commit
34acf73
1 Parent(s): 6a22383

Upload model

Browse files
Files changed (2) hide show
  1. adapter_config.json +23 -0
  2. adapter_model.bin +3 -0
adapter_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "Salesforce/codegen-350M-mono",
3
+ "bias": "all",
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": 128,
10
+ "lora_dropout": 0.05,
11
+ "modules_to_save": null,
12
+ "peft_type": "LORA",
13
+ "r": 64,
14
+ "revision": null,
15
+ "target_modules": [
16
+ "qkv_proj",
17
+ "out_proj",
18
+ "lm_head",
19
+ "fc_in",
20
+ "fc_out"
21
+ ],
22
+ "task_type": "CAUSAL_LM"
23
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6404fc74a95556f194950686dec5596665bb24347816c73393ebc4ed1da021e2
3
+ size 98031501