Skip to content

Commit 6067e15

Browse files
committed
feat(examples): add LoRA Hu 2021 deck
1 parent 2bdab05 commit 6067e15

66 files changed

Lines changed: 3143 additions & 3 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/examples.json

Lines changed: 98 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,107 @@
11
{
22
"version": 1,
3-
"updated": "2026-05-22",
3+
"updated": "2026-05-23",
44
"stats": {
5-
"examples": 19,
6-
"pages": 249,
5+
"examples": 20,
6+
"pages": 264,
77
"templates": 20
88
},
99
"projects": [
10+
{
11+
"id": "ppt169_lora_hu_2021",
12+
"title": "LoRA Hu 2021",
13+
"description": "LoRA 论文解读 — 冷静技术蓝图风,结构图 + 表格 + KPI 卡片 + 自定义动画旁白版导出",
14+
"icon": "🧠",
15+
"color": "#1B3A5C",
16+
"style": "technical",
17+
"styleName": "Blueprint Technical",
18+
"desc": "Technical reading deck for Hu et al. 2021, LoRA: Low-Rank Adaptation of Large Language Models. The example combines blueprint-style AI diagrams, native editable charts and tables, per-slide speaker notes, object-level animation configuration, and a narrated PPTX export.",
19+
"tags": [
20+
"Paper Reading",
21+
"LLM",
22+
"Technical Blueprint"
23+
],
24+
"isNew": true,
25+
"folder": "ppt169_lora_hu_2021/svg_final",
26+
"cover": "01_cover.svg",
27+
"slides": [
28+
{
29+
"file": "01_cover.svg",
30+
"title": "cover",
31+
"desc": "LoRA: 大模型的低秩适配"
32+
},
33+
{
34+
"file": "02_agenda.svg",
35+
"title": "agenda",
36+
"desc": "本次讲什么"
37+
},
38+
{
39+
"file": "03_problem.svg",
40+
"title": "problem",
41+
"desc": "模型越大, 全量微调越不可行"
42+
},
43+
{
44+
"file": "04_limitations.svg",
45+
"title": "limitations",
46+
"desc": "为什么现有高效适配方法不够好"
47+
},
48+
{
49+
"file": "05_insight.svg",
50+
"title": "low-rank insight",
51+
"desc": "权重更新其实低秩"
52+
},
53+
{
54+
"file": "06_method.svg",
55+
"title": "method",
56+
"desc": "冻结 W0, 注入低秩 BA"
57+
},
58+
{
59+
"file": "07_implementation.svg",
60+
"title": "implementation",
61+
"desc": "一个常数 alpha, 一次部署合并"
62+
},
63+
{
64+
"file": "08_transformer.svg",
65+
"title": "transformer",
66+
"desc": "只适配注意力权重"
67+
},
68+
{
69+
"file": "09_advantages.svg",
70+
"title": "advantages",
71+
"desc": "LoRA 的四个关键优势"
72+
},
73+
{
74+
"file": "10_latency.svg",
75+
"title": "latency",
76+
"desc": "Adapter 增延迟, LoRA 不增"
77+
},
78+
{
79+
"file": "11_setup.svg",
80+
"title": "setup",
81+
"desc": "覆盖 NLU 到 NLG 的四类模型"
82+
},
83+
{
84+
"file": "12_glue.svg",
85+
"title": "glue",
86+
"desc": "更少参数, 持平或更优"
87+
},
88+
{
89+
"file": "13_gpt3.svg",
90+
"title": "gpt-3",
91+
"desc": "在 175B 尺度上仍然成立"
92+
},
93+
{
94+
"file": "14_understanding.svg",
95+
"title": "understanding",
96+
"desc": "该适配谁? 秩要多大?"
97+
},
98+
{
99+
"file": "15_conclusion.svg",
100+
"title": "conclusion",
101+
"desc": "结论与影响"
102+
}
103+
]
104+
},
10105
{
11106
"id": "ppt169_brutalist_ai_newspaper_2026",
12107
"title": "Brutalist AI Newspaper 2026",
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# lora_hu_2021
2+
3+
- Canvas format: ppt169
4+
- Created: 20260523
5+
- Source: Hu et al. 2021, LoRA: Low-Rank Adaptation of Large Language Models
6+
7+
## Directories
8+
9+
- `svg_output/`: raw SVG output
10+
- `svg_final/`: finalized SVG output
11+
- `images/`: presentation assets
12+
- `notes/`: speaker notes
13+
- `exports/`: generated PPTX file

0 commit comments

Comments
 (0)