Atharva Nijasure commited on
Commit
a52464c
·
verified ·
1 Parent(s): 130221e

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +2 -15
adapter_config.json CHANGED
@@ -1,29 +1,18 @@
1
  {
2
- "alpha_pattern": {},
3
  "auto_mapping": null,
4
  "base_model_name_or_path": "meta-llama/Llama-2-7b-hf",
5
  "bias": "none",
6
- "eva_config": null,
7
- "exclude_modules": null,
8
  "fan_in_fan_out": false,
9
  "inference_mode": true,
10
  "init_lora_weights": true,
11
- "layer_replication": null,
12
  "layers_pattern": null,
13
  "layers_to_transform": null,
14
- "loftq_config": {},
15
  "lora_alpha": 64,
16
  "lora_bias": false,
17
  "lora_dropout": 0.1,
18
- "megatron_config": null,
19
- "megatron_core": "megatron.core",
20
- "modules_to_save": [
21
- "classifier",
22
- "score"
23
- ],
24
  "peft_type": "LORA",
25
- "r": 8,
26
- "rank_pattern": {},
27
  "revision": null,
28
  "target_modules": [
29
  "v_proj",
@@ -35,6 +24,4 @@
35
  "k_proj"
36
  ],
37
  "task_type": "SEQ_CLS",
38
- "use_dora": false,
39
- "use_rslora": false
40
  }
 
1
  {
 
2
  "auto_mapping": null,
3
  "base_model_name_or_path": "meta-llama/Llama-2-7b-hf",
4
  "bias": "none",
 
 
5
  "fan_in_fan_out": false,
6
  "inference_mode": true,
7
  "init_lora_weights": true,
 
8
  "layers_pattern": null,
9
  "layers_to_transform": null,
 
10
  "lora_alpha": 64,
11
  "lora_bias": false,
12
  "lora_dropout": 0.1,
13
+ "modules_to_save": null,
 
 
 
 
 
14
  "peft_type": "LORA",
15
+ "r": 32,
 
16
  "revision": null,
17
  "target_modules": [
18
  "v_proj",
 
24
  "k_proj"
25
  ],
26
  "task_type": "SEQ_CLS",
 
 
27
  }