Gautam6 commited on
Commit
b7b8e79
·
verified ·
1 Parent(s): c6e4692

Add adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +20 -9
adapter_config.json CHANGED
@@ -1,19 +1,30 @@
1
  {
2
- "peft_type": "LORA",
3
  "auto_mapping": null,
4
  "base_model_name_or_path": "Gautam6/GautamAI",
5
- "r": 16,
 
 
 
 
 
 
6
  "lora_alpha": 32,
7
  "lora_dropout": 0.05,
 
 
 
 
 
8
  "target_modules": [
9
  "q_proj",
10
- "v_proj"
 
 
 
 
 
11
  ],
12
  "task_type": "CAUSAL_LM",
13
- "fan_in_fan_out": false,
14
- "bias": "none",
15
- "modules_to_save": null,
16
- "init_lora_weights": true,
17
- "inference_mode": true,
18
- "created_feature": "Quantum Computing & Stabilizer Codes AGI Engine v2.0"
19
  }
 
1
  {
 
2
  "auto_mapping": null,
3
  "base_model_name_or_path": "Gautam6/GautamAI",
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
+ "loftq_config": {},
11
  "lora_alpha": 32,
12
  "lora_dropout": 0.05,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 16,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
  "target_modules": [
19
  "q_proj",
20
+ "k_proj",
21
+ "v_proj",
22
+ "o_proj",
23
+ "gate_proj",
24
+ "up_proj",
25
+ "down_proj"
26
  ],
27
  "task_type": "CAUSAL_LM",
28
+ "use_dora": false,
29
+ "use_rslora": false
 
 
 
 
30
  }