| { | |
| "base_model_name_or_path": "unsloth/meta-llama-3.1-8b-instruct-bnb-4bit", | |
| "peft_type": "LORA", | |
| "task_type": "CAUSAL_LM", | |
| "r": 16, | |
| "target_modules": ["q_proj", "k_proj", "v_proj", "o_proj", "gate_proj", "up_proj", "down_proj"], | |
| "lora_alpha": 32, | |
| "lora_dropout": 0, | |
| "fan_in_fan_out": false, | |
| "bias": "none", | |
| "modules_to_save": null, | |
| "init_lora_weights": true | |
| } |