返回 ppt-master
08_transformer.svg
根目录 / examples / ppt169_lora_hu_2021 / svg_output / 08_transformer.svg
1 <?xml version='1.0' encoding='UTF-8'?>
2 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720">
3 <defs>
4 <clipPath id="attnClip"><rect x="64" y="150" width="430" height="470" rx="14" /></clipPath>
5 </defs>
6
7 <g id="bg"><rect width="1280" height="720" fill="#FFFFFF" /></g>
8
9 <g id="header">
10 <rect x="64" y="56" width="6" height="56" rx="3" fill="#E8743B" />
11 <text x="86" y="90" font-family="&quot;Microsoft YaHei&quot;, Arial, sans-serif" font-size="32" font-weight="800" fill="#1B3A5C">只适配注意力权重</text>
12 <text x="88" y="120" font-family="&quot;Microsoft YaHei&quot;, Arial, sans-serif" font-size="14" font-weight="700" fill="#8A94A1" letter-spacing="1">APPLYING LoRA TO THE TRANSFORMER</text>
13 </g>
14
15 <g id="figure">
16 <rect x="64" y="150" width="430" height="470" rx="14" fill="#F4F7FA" />
17 <image href="../images/attention_apply.png" x="64" y="150" width="430" height="470" preserveAspectRatio="xMidYMid meet" clip-path="url(#attnClip)" id="_edit_7" />
18 <rect x="64" y="150" width="430" height="470" rx="14" fill="none" stroke="#D8DEE6" stroke-width="1.5" />
19 <text x="64" y="644" font-family="&quot;Microsoft YaHei&quot;, Arial, sans-serif" font-size="13" fill="#8A94A1">自注意力的 Wq、Wv 各挂一条 LoRA 旁路,MLP 冻结</text>
20 </g>
21
22 <g id="point-scope">
23 <use data-icon="tabler-outline/sitemap" x="540" y="166" width="34" height="34" fill="#1B3A5C" stroke-width="2" />
24 <text x="586" y="192" font-family="&quot;Microsoft YaHei&quot;, Arial, sans-serif" font-size="20" font-weight="800" fill="#1D2733">范围:四个投影,只动两个</text>
25 <text x="540" y="232" font-family="&quot;Microsoft YaHei&quot;, Arial, sans-serif" font-size="17" fill="#1D2733">自注意力含 <tspan font-weight="800" fill="#1B3A5C">Wq / Wk / Wv / Wo</tspan></text>
26 <text x="540" y="262" font-family="&quot;Microsoft YaHei&quot;, Arial, sans-serif" font-size="17" fill="#1D2733">实验中只适配 <tspan font-weight="800" fill="#E8743B">Wq、Wv</tspan>,冻结 MLP(为简洁与参数效率)</text>
27 </g>
28
29 <g id="card-param">
30 <rect x="540" y="300" width="676" height="150" rx="14" fill="#F4F7FA" stroke="#D8DEE6" stroke-width="1" />
31 <text x="566" y="338" font-family="&quot;Microsoft YaHei&quot;, Arial, sans-serif" font-size="15" font-weight="800" fill="#1B3A5C">可训练参数量</text>
32 <image href="../images/formula_004.png" x="566" y="356" width="520" height="52" preserveAspectRatio="xMidYMid meet" />
33 <text x="566" y="432" font-family="&quot;Microsoft YaHei&quot;, Arial, sans-serif" font-size="14" fill="#8A94A1">L_LoRA = 应用 LoRA 的权重矩阵数;只随 r 线性增长</text>
34 </g>
35
36 <g id="kpi-reduction">
37 <rect x="540" y="478" width="330" height="142" rx="14" fill="#FFFFFF" stroke="#D8DEE6" stroke-width="1" />
38 <text x="566" y="514" font-family="&quot;Microsoft YaHei&quot;, Arial, sans-serif" font-size="15" font-weight="700" fill="#5B6776">训练显存 VRAM(GPT-3 175B)</text>
39 <text x="566" y="566" font-family="&quot;Microsoft YaHei&quot;, Arial, sans-serif" font-size="30" font-weight="800" fill="#1B3A5C">1.2TB <tspan font-size="22" fill="#8A94A1">→</tspan> <tspan fill="#2E7D32">350GB</tspan></text>
40 <text x="566" y="598" font-family="&quot;Microsoft YaHei&quot;, Arial, sans-serif" font-size="14" fill="#8A94A1">约降至原来的 1/3</text>
41
42 <rect x="886" y="478" width="330" height="142" rx="14" fill="#FFFFFF" stroke="#D8DEE6" stroke-width="1" />
43 <text x="912" y="514" font-family="&quot;Microsoft YaHei&quot;, Arial, sans-serif" font-size="15" font-weight="700" fill="#5B6776">Checkpoint(r=4, 仅 Wq/Wv)</text>
44 <text x="912" y="566" font-family="&quot;Microsoft YaHei&quot;, Arial, sans-serif" font-size="30" font-weight="800" fill="#1B3A5C">350GB <tspan font-size="22" fill="#8A94A1">→</tspan> <tspan fill="#E8743B">35MB</tspan></text>
45 <text x="912" y="598" font-family="&quot;Microsoft YaHei&quot;, Arial, sans-serif" font-size="14" fill="#8A94A1">约 10,000× 缩减</text>
46 </g>
47
48 <g id="footer">
49 <text x="64" y="700" font-family="&quot;Microsoft YaHei&quot;, Arial, sans-serif" font-size="11" fill="#8A94A1">来源:LoRA §4.2 · Hu et al. 2021</text>
50 <text x="1216" y="700" text-anchor="end" font-family="&quot;Microsoft YaHei&quot;, Arial, sans-serif" font-size="11" fill="#8A94A1">08 / 15</text>
51 </g>
52 </svg>
53
53 lines Plain Text