revert: restore lora_config.json - file deletion had no effect
Browse filesAnalysis confirms: both model loading errors and test failures are IDENTICAL with/without this file. The file is not the root cause.
- lora_config.json +1 -0
lora_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"rank": 16, "alpha": 32, "dropout": 0.1, "target_modules": ["attention.self.query", "attention.self.value", "attention.output.dense", "intermediate.dense", "output.dense"]}
|