Elilora commited on
Commit
1f0f2c0
·
verified ·
1 Parent(s): 178a57d
Files changed (1) hide show
  1. adapter_config.json +35 -10
adapter_config.json CHANGED
@@ -1,14 +1,39 @@
 
 
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "target_modules": [
3
- "q_proj", "k_proj", "v_proj", "o_proj",
4
- "gate_proj", "up_proj", "down_proj"
 
 
 
 
 
5
  ],
6
- "r": 16,
7
- "lora_alpha": 16,
8
- "lora_dropout": 0.0,
9
- "bias": "none",
10
- "use_gradient_checkpointing": "unsloth",
11
- "random_state": 3407,
12
- "use_rslora": false,
13
- "loftq_config": null
14
  }
 
1
+
2
+
3
  {
4
+ "alpha_pattern": {},
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "unsloth/Phi-3-mini-4k-instruct",
7
+ "bias": "none",
8
+ "eva_config": null,
9
+ "exclude_modules": null,
10
+ "fan_in_fan_out": false,
11
+ "inference_mode": true,
12
+ "init_lora_weights": true,
13
+ "layer_replication": null,
14
+ "layers_pattern": null,
15
+ "layers_to_transform": null,
16
+ "loftq_config": {},
17
+ "lora_alpha": 16,
18
+ "lora_bias": false,
19
+ "lora_dropout": 0,
20
+ "megatron_config": null,
21
+ "megatron_core": "megatron.core",
22
+ "modules_to_save": null,
23
+ "peft_type": "LORA",
24
+ "r": 16,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
  "target_modules": [
28
+ "gate_proj",
29
+ "q_proj",
30
+ "down_proj",
31
+ "up_proj",
32
+ "k_proj",
33
+ "o_proj",
34
+ "v_proj"
35
  ],
36
+ "task_type": "CAUSAL_LM",
37
+ "use_dora": false,
38
+ "use_rslora": false
 
 
 
 
 
39
  }