Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.63 KB

File metadata and controls

34 lines (19 loc) · 1.63 KB

LLM Learning Notes

欢迎来到雷姆哈滋邦德的频道!!! 这里收录了我平时学习LLM、RL与Post-Train的学习笔记。欢迎大家学习、指正!! (正文保留 Markdown 原稿,数学公式使用 LaTeX 编写)

在线阅读

从数学讲清后训练

后训练基础

  • PyTorch 训练底层与 CausalLM 手撕

    从 Tensor、计算图、梯度与 AdamW 出发,串起 CausalLM 的 Logprob、Loss 和参数更新,并进一步手写最小 Llama 风格 Transformer。

获取笔记

也可以克隆仓库,后续通过 git pull 获取更新:

git clone https://github.com/kaining-never-stop/llm-learning-notes.git