Update adapter_config.json
Browse files- adapter_config.json +2 -2
adapter_config.json
CHANGED
|
@@ -6,12 +6,12 @@
|
|
| 6 |
"init_lora_weights": true,
|
| 7 |
"lora_alpha": 32,
|
| 8 |
"lora_dropout": 0.05,
|
|
|
|
| 9 |
"modules_to_save": null,
|
| 10 |
"peft_type": "LORA",
|
| 11 |
"r": 16,
|
| 12 |
"target_modules": [
|
| 13 |
"query_key_value"
|
| 14 |
],
|
| 15 |
-
"task_type": "CAUSAL_LM"
|
| 16 |
-
"model_type": "RefinedWebModel"
|
| 17 |
}
|
|
|
|
| 6 |
"init_lora_weights": true,
|
| 7 |
"lora_alpha": 32,
|
| 8 |
"lora_dropout": 0.05,
|
| 9 |
+
"model_type": "RefinedWebModel"
|
| 10 |
"modules_to_save": null,
|
| 11 |
"peft_type": "LORA",
|
| 12 |
"r": 16,
|
| 13 |
"target_modules": [
|
| 14 |
"query_key_value"
|
| 15 |
],
|
| 16 |
+
"task_type": "CAUSAL_LM"
|
|
|
|
| 17 |
}
|