New Job
training
generation
priority ยท GPU count
{ "base_model": "Qwen/Qwen2.5-3B", "dataset": { "source": "local", "path": "/data/datasets/example", "format": "json", "template": "chatml" }, "lora": { "r": 64, "alpha": 128, "dropout": 0.05, "target_modules": "auto" }, "training": { "epochs": 3, "batch_size": 4, "gradient_accumulation_steps": 4, "learning_rate": 0.0002, "lr_scheduler": "cosine", "warmup_ratio": 0.05, "max_seq_length": 2048, "logging_steps": 10, "save_steps": 500, "optimizer": "adamw_8bit", "weight_decay": 0.01, "max_grad_norm": 1.0 }, "quantization": { "enabled": true, "bits": 4, "quant_type": "nf4" }, "framework": "unsloth", "output": { "save_path": "/data/outputs/{job_id}" } }
Enqueue