Gautam6 commited on
Commit
f66f36e
·
verified ·
1 Parent(s): 27b20d9

Add adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +19 -0
adapter_config.json CHANGED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Autonomous Software & Compiler Engineering AGI Engine v1.0"
19
+ }