ovinduG commited on
Commit
6b520ac
·
verified ·
1 Parent(s): 0b6f9bc

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +3 -15
adapter_config.json CHANGED
@@ -1,42 +1,30 @@
1
  {
2
  "alpha_pattern": {},
3
- "arrow_config": null,
4
  "auto_mapping": null,
5
  "base_model_name_or_path": "microsoft/Phi-3-mini-4k-instruct",
6
  "bias": "none",
7
- "corda_config": null,
8
- "ensure_weight_tying": false,
9
- "eva_config": null,
10
- "exclude_modules": null,
11
  "fan_in_fan_out": false,
12
  "inference_mode": true,
13
  "init_lora_weights": true,
14
- "layer_replication": null,
15
  "layers_pattern": null,
16
  "layers_to_transform": null,
17
  "loftq_config": {},
18
  "lora_alpha": 64,
19
- "lora_bias": false,
20
  "lora_dropout": 0.1,
21
  "megatron_config": null,
22
  "megatron_core": "megatron.core",
23
  "modules_to_save": null,
24
  "peft_type": "LORA",
25
- "peft_version": "0.18.0",
26
- "qalora_group_size": 16,
27
  "r": 32,
28
  "rank_pattern": {},
29
  "revision": null,
30
  "target_modules": [
31
- "o_proj",
32
  "qkv_proj",
33
- "down_proj",
34
- "gate_up_proj"
 
35
  ],
36
- "target_parameters": null,
37
  "task_type": "CAUSAL_LM",
38
- "trainable_token_indices": null,
39
  "use_dora": false,
40
- "use_qalora": false,
41
  "use_rslora": false
42
  }
 
1
  {
2
  "alpha_pattern": {},
 
3
  "auto_mapping": null,
4
  "base_model_name_or_path": "microsoft/Phi-3-mini-4k-instruct",
5
  "bias": "none",
 
 
 
 
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
8
  "init_lora_weights": true,
 
9
  "layers_pattern": null,
10
  "layers_to_transform": null,
11
  "loftq_config": {},
12
  "lora_alpha": 64,
 
13
  "lora_dropout": 0.1,
14
  "megatron_config": null,
15
  "megatron_core": "megatron.core",
16
  "modules_to_save": null,
17
  "peft_type": "LORA",
 
 
18
  "r": 32,
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
 
22
  "qkv_proj",
23
+ "o_proj",
24
+ "gate_up_proj",
25
+ "down_proj"
26
  ],
 
27
  "task_type": "CAUSAL_LM",
 
28
  "use_dora": false,
 
29
  "use_rslora": false
30
  }