Upload model
Browse files- adapter_config.json +2 -0
adapter_config.json
CHANGED
@@ -5,6 +5,7 @@
|
|
5 |
"base_model_name_or_path": "meta-llama/Llama-3.2-1B-Instruct",
|
6 |
"decompose_both": false,
|
7 |
"decompose_factor": -1,
|
|
|
8 |
"inference_mode": true,
|
9 |
"init_weights": true,
|
10 |
"layers_pattern": null,
|
@@ -14,6 +15,7 @@
|
|
14 |
"peft_type": "LOKR",
|
15 |
"r": 16,
|
16 |
"rank_dropout": 0.0,
|
|
|
17 |
"rank_pattern": {},
|
18 |
"revision": null,
|
19 |
"target_modules": [
|
|
|
5 |
"base_model_name_or_path": "meta-llama/Llama-3.2-1B-Instruct",
|
6 |
"decompose_both": false,
|
7 |
"decompose_factor": -1,
|
8 |
+
"exclude_modules": null,
|
9 |
"inference_mode": true,
|
10 |
"init_weights": true,
|
11 |
"layers_pattern": null,
|
|
|
15 |
"peft_type": "LOKR",
|
16 |
"r": 16,
|
17 |
"rank_dropout": 0.0,
|
18 |
+
"rank_dropout_scale": false,
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|