Add adapter_config.json
Browse files- 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 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
"lora_alpha": 32,
|
| 7 |
"lora_dropout": 0.05,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
"target_modules": [
|
| 9 |
"q_proj",
|
| 10 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
],
|
| 12 |
"task_type": "CAUSAL_LM",
|
| 13 |
-
"
|
| 14 |
-
"
|
| 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 |
}
|