{ "base_model": "mistralai/Ministral-3-14B-Instruct-2512", "model_type": "mistral", "train_examples": 93, "val_examples": 21, "epochs": 5, "batch_size": 4, "gradient_accumulation_steps": 2, "learning_rate": 0.0002, "lora_r": 16, "lora_alpha": 32, "lora_dropout": 0.05, "lora_target_modules": [ "q_proj", "k_proj", "v_proj", "o_proj", "gate_proj", "up_proj", "down_proj" ], "max_length": 2048, "early_stopping_patience": 3, "early_stopping_threshold": 0.0, "format": "multi-task instruction-following", "prompt_template": "mistral" }