muzammil-eds commited on
Commit
2f2b277
1 Parent(s): e1b306e

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +1 -4
adapter_config.json CHANGED
@@ -1,17 +1,14 @@
1
  {
2
- "base_model_name_or_path": 'tiiuae/falcon-7b',
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": 32,
10
  "lora_dropout": 0.1,
11
  "modules_to_save": null,
12
  "peft_type": "LORA",
13
  "r": 16,
14
- "revision": null,
15
  "target_modules": [
16
  "query_key_value"
17
  ],
 
1
  {
2
+ "base_model_name_or_path": "tiiuae/falcon-7b",
3
  "bias": "none",
4
  "fan_in_fan_out": false,
5
  "inference_mode": true,
6
  "init_lora_weights": true,
 
 
7
  "lora_alpha": 32,
8
  "lora_dropout": 0.1,
9
  "modules_to_save": null,
10
  "peft_type": "LORA",
11
  "r": 16,
 
12
  "target_modules": [
13
  "query_key_value"
14
  ],