{ "base_model": "unsloth/meta-llama-3.1-8b-instruct-bnb-4bit", "max_seq_length": 2048, "lora_r": 32, "lora_alpha": 64, "lora_dropout": 0.0, "use_rslora": true, "lora_target_modules": [ "q_proj", "k_proj", "v_proj", "o_proj", "gate_proj", "up_proj", "down_proj" ], "per_device_batch_size": 8, "gradient_accumulation_steps": 64, "effective_batch_size": 512, "num_epochs": 3, "max_steps": 3, "train_examples": 3801, "learning_rate": 0.0002, "warmup_ratio": 0.05, "weight_decay": 0.01, "max_grad_norm": 1.0, "precision": "bf16+tf32" }