Taming the Bot: Supervised Instruction Fine-Tuning Llama 3
A deep, hands-on walkthrough of supervised fine-tuning Llama 3.1 8B for customer support and a full analysis of what the model actually learned.
A deep, hands-on walkthrough of supervised fine-tuning Llama 3.1 8B for customer support and a full analysis of what the model actually learned.
From N-Grams to LLM-as-a-Judge: A deep dive into the evolution of evaluation metrics.
A deep dive into the cognitive architectures of modern AI agents, exploring Retrieval-Augmented Generation (RAG), the ReAct reasoning pattern, and the Model Context Protocol (MCP).
An introduction to KV Caching and its role in optimizing Transformer inference.
An introduction to Parameter-Efficient Fine-Tuning (PEFT) techniques like LoRA, QLoRA, and more.
We are about to touch the holy grail of modern AI. From the original 2017 paper to DeepSeek’s MLA, how has the definition of ‘Attention’ transformed?
Understanding the mathematics behind Word2Vec, CBOW, and Skip-Gram and how they map language to vector space.
A comprehensive guide to tokenization strategies: BPE, WordPiece, Unigram, and SentencePiece.