Notes & Dispatches
Writing & Thoughts.
How to Get a Software Engineering Job in Pakistan?
The post-AI job market and how to survive in it.
Building Transformer from Scratch
A guide on how to build a transformer from scratch and then training it to translate pseudo code to compilable C++ code
How to run Mamba SSM on Kaggle?
A simple guide to how to run Mamba, a State Space Model, on Kaggle
Building a Clinical Query System with RAG
I use retrieval augmented generation to enhance diagnosis using clinical data.
Fine-Tuning BLIP-2 Image Captioning
I fine-tune BLIP-2, a powerful vision-language model, on the Flickr8k dataset to generate image captions. Integrating LoRA (Low-Rank Adaptation) to fine-tune efficiently on limited compute.
Fine-Tuning DeepSeek Math to Solve Emoji Math
A guide on how to fine-tune the DeepSeek Math model to solve math problems expressed using emojis.