lring3223 commited on
Commit
cf3baf6
1 Parent(s): 2a90dcd

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +17 -1
adapter_config.json CHANGED
@@ -2,5 +2,21 @@
2
  "auto_mapping": {
3
  "parent_library": "temp.py"
4
  },
5
- "base_model_class": "test"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  }
 
2
  "auto_mapping": {
3
  "parent_library": "temp.py"
4
  },
5
+ "base_model_class": "test",
6
+ "base_model_name_or_path": "facebook/opt-350m",
7
+ "bias": "none",
8
+ "fan_in_fan_out": false,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layers_pattern": null,
12
+ "layers_to_transform": null,
13
+ "lora_alpha": 32,
14
+ "lora_dropout": 0.05,
15
+ "modules_to_save": null,
16
+ "peft_type": "LORA",
17
+ "revision": null,
18
+ "target_modules": [
19
+ "q_proj",
20
+ "v_proj"
21
+ ]
22
  }