LLM Learning Resources#
Understanding how LLMs work is challenging. But learning the core concepts is should be fun. Good news is that great open tutorials are created that give you a kickstart when working with LLMs.
Transformer Explainer
Transformer Explainer is an interactive visualization tool designed to help anyone learn how Transformer-based models like GPT work. It runs a live GPT-2 model right in your browser, allowing you to experiment with your own text and observe in real time how internal components and operations of the Transformer work together to predict the next tokens.
The Illustrated Transformer
Understanding LLMs means learning about “The Transformer”. This great and short blog with videos makes is simple again.
GPT in 60 Lines of NumPy
Nice hands-on to learn the basic of LLMs. Implement a GPT from scratch in just 60 lines of numpy.
MODERN-DAY ORACLES or BULLSHIT MACHINES?
How to thrive in a ChatGPT world. Great online course on LLMs!
Generative AI for Beginners
Learn the fundamentals of building Generative AI applications with our 21-lesson comprehensive course by Microsoft Cloud Advocates.
Taming LLMs
A practical guide to LLM pitfalls with open source software.
An alternative title of this book could have been “Language Models Behaving Badly”.
Prompt Engineering Guide
Prompt engineering is a relatively new discipline for developing and optimizing prompts to efficiently use language models (LMs) for a wide variety of applications and research topics. Prompt engineering skills help to better understand the capabilities and limitations of large language models (LLMs).