| { | |
| "base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.3", | |
| "bias": "none", | |
| "fan_in_fan_out": false, | |
| "inference_mode": true, | |
| "init_lora_weights": true, | |
| "lora_alpha": 16, | |
| "lora_bias": false, | |
| "lora_dropout": 0.1, | |
| "peft_type": "LORA", | |
| "r": 64, | |
| "target_modules": [ | |
| "q_proj", | |
| "v_proj" | |
| ], | |
| "task_type": "CAUSAL_LM", | |
| "use_dora": false, | |
| "use_rslora": false | |
| } |