macaferrari commited on
Commit
6adceac
·
verified ·
1 Parent(s): 448129e

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +2 -19
adapter_config.json CHANGED
@@ -1,29 +1,12 @@
1
  {
2
- "alpha_pattern": {},
3
- "auto_mapping": null,
4
  "base_model_name_or_path": "vilsonrodrigues/falcon-7b-instruct-sharded",
5
- "bias": "none",
6
- "exclude_modules": null,
7
- "fan_in_fan_out": false,
8
  "inference_mode": true,
9
- "init_lora_weights": true,
10
- "layer_replication": null,
11
- "layers_pattern": null,
12
- "layers_to_transform": null,
13
- "loftq_config": {},
14
  "lora_alpha": 32,
15
  "lora_dropout": 0.05,
16
- "megatron_config": null,
17
- "megatron_core": "megatron.core",
18
- "modules_to_save": null,
19
- "peft_type": "LORA",
20
  "r": 16,
21
- "rank_pattern": {},
22
- "revision": null,
23
  "target_modules": [
24
  "query_key_value"
25
  ],
26
  "task_type": "CAUSAL_LM",
27
- "use_dora": false,
28
- "use_rslora": false
29
- }
 
1
  {
 
 
2
  "base_model_name_or_path": "vilsonrodrigues/falcon-7b-instruct-sharded",
 
 
 
3
  "inference_mode": true,
 
 
 
 
 
4
  "lora_alpha": 32,
5
  "lora_dropout": 0.05,
 
 
 
 
6
  "r": 16,
 
 
7
  "target_modules": [
8
  "query_key_value"
9
  ],
10
  "task_type": "CAUSAL_LM",
11
+ "peft_type": "LORA"
12
+ }