Views
No views yet
icewaterdun/Qwen2.5-72B-Instruct-PyQGIS
Base model: Qwen2.5-72B-Instruct
Adapter type: LoRA (PEFT)
Checkpoint used: checkpoint-600 (early-stop selection)checkpoint-600. Later checkpoints (800+) showed a slight regression (on the same eval split), suggesting mild overfitting.| Model / Checkpoint | eval_loss | Perplexity (PPL) |
|---|---|---|
| Baseline (no LoRA) | 2.476 | 11.894 |
| ckpt-400 | 0.885 | 2.423 |
| ckpt-600 (selected) | 0.865 | 2.375 |
| ckpt-800 | 0.898 | 2.455 |
dataset_dir and datasets referenced in the training YAML).qwen chat template.For exact hyperparameters (optimizer, scheduler, LoRA rank/alpha/dropout, target modules, warmup, batch sizes, etc.), consult the training YAML included in this repository.
1@misc{Qwen2.5-72B-Instruct-PyQGIS,
2 title = {Qwen2.5-72B-Instruct-PyQGIS (LoRA)},
3 author = {icewaterdun},
4 year = {2025},
5 note = {LoRA adapter for PyQGIS tasks on top of Qwen2.5-72B-Instruct}
6}