$ ls -la ./blog
[engineering]
fine-tuning llms on custom datasets Feb 2025
a practical guide to fine-tuning open-source llms using peft and qlora — from dataset curation and formatting to training and quantised inference.
[engineering]
diffusion models from scratch Dec 2024
implementing ddpm in pytorch from first principles — the math behind forward and reverse diffusion, noise schedules, and training a small image model.