jscore2023 commited on
Commit
ff6e06e
1 Parent(s): bb2d6e6

Upload model

Browse files
Files changed (1) hide show
  1. adapter_config.json +12 -0
adapter_config.json CHANGED
@@ -1,7 +1,19 @@
1
  {
2
  "base_model_name_or_path": "vilsonrodrigues/falcon-7b-instruct-sharded",
 
 
3
  "inference_mode": true,
 
 
 
 
 
 
4
  "peft_type": "LORA",
 
5
  "revision": null,
 
 
 
6
  "task_type": "CAUSAL_LM"
7
  }
 
1
  {
2
  "base_model_name_or_path": "vilsonrodrigues/falcon-7b-instruct-sharded",
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.05,
11
+ "modules_to_save": null,
12
  "peft_type": "LORA",
13
+ "r": 16,
14
  "revision": null,
15
+ "target_modules": [
16
+ "query_key_value"
17
+ ],
18
  "task_type": "CAUSAL_LM"
19
  }