-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
106 lines (98 loc) · 2.72 KB
/
Copy pathmkdocs.yml
File metadata and controls
106 lines (98 loc) · 2.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
site_name: LLM 学习笔记
site_description: 从原理、数学与实现角度整理语言模型和后训练知识
site_author: kaining-never-stop
site_url: https://kaining-never-stop.github.io/llm-learning-notes/
repo_name: kaining-never-stop/llm-learning-notes
repo_url: https://github.com/kaining-never-stop/llm-learning-notes
edit_uri: edit/main/docs/
copyright: Copyright © 2026 kaining-never-stop
theme:
name: material
language: zh
logo: assets/images/theme/rem-avatar.webp
favicon: assets/images/theme/rem-avatar.webp
icon:
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: light blue
accent: blue
toggle:
icon: material/brightness-7
name: 切换至深色模式
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: light blue
accent: blue
toggle:
icon: material/brightness-4
name: 切换至浅色模式
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.top
- navigation.indexes
- toc.follow
- search.suggest
- search.highlight
- search.share
- content.code.copy
- content.action.edit
nav:
- 简介: index.md
- 分类:
- 分类总览: categories/index.md
- 从数学讲清后训练:
- 分类目录: categories/math-post-training.md
- 在分布视角下理解后训练: post-training/distributional-view.md
- DPO 为什么隐含 KL 约束: post-training/dpo-implicit-kl.md
- 后训练基础:
- 分类目录: categories/post-training-basics.md
- PyTorch 训练底层与 CausalLM 手撕: post-training-basics/pytorch-training-causallm.md
- 最新更新: updates.md
- 下载入口: download.md
plugins:
- search:
lang:
- zh
- en
- tags
markdown_extensions:
- abbr
- admonition
- attr_list
- md_in_html
- tables
- footnotes
- def_list
- toc:
permalink: true
toc_depth: 2
- pymdownx.arithmatex:
generic: true
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
extra_javascript:
- javascripts/mathjax.js
- javascripts/rem-theme-v3.js
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- stylesheets/rem-theme-v6.css