← Browse

World's Fair 2024

Low Level Technicals of LLMs: Daniel Han

Overview

This talk delves into the low-level technical aspects of Large Language Models (LLMs), focusing on practical implementation details and common pitfalls. The speaker, Daniel Han, shares insights gained from analyzing and debugging open-source models like Gemma and NVIDIA's NeMo, highlighting issues in tokenization, model architecture, and training methodologies. The presentation aims to equip AI engineers with the knowledge to identify and fix bugs, optimize fine-tuning processes, and understand the underlying mathematical principles of LLMs.

Who should watch

Key takeaways

Notable quotes

*The tokenizer is a totally separate beast from language models right tokenization is like extreme extremely annoying.*
*The whole purpose of unso is to make everyone be able to fine tune their language models with very bad gpus.*
*The point is we can only use predict the future words right hello can only predict my name is Daniel and so on right that's the purple the purple component and the blue box is called the attention mechanism.*

Watch on YouTube →

Unofficial community note. Prefer the recording for nuance.