How to Build a Tiny LLM From Scratch Using Frankenstein
Understanding how LLMs work in their most fundamental phase helps you understand how they behave and why they behave like that. Building one helps debunk any theory of consciousness in LLMs, but to do so, you would have to choose carefully what text you are training the LLM with— the book “Frankenstein” is the first thought I had in my mind, for some ironic reason. This tutorial will guide you through all the steps of building an LLM […]