Socratic Mirror
Compression Digest
compression/_posts/2024-11-29-notes-on-llm.md

LLM 工作原理笔记

LLM 流水线提纲:text → tokenizer → embedding → positional encoding → attention → FFN → softmax → next token。各节多为 TODO。

Key points

Sources