| 1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720"> |
| 2 | <defs> |
| 3 | <linearGradient id="coverScrim" x1="0" y1="1" x2="0" y2="0"> |
| 4 | <stop offset="0%" stop-color="#0F2238" stop-opacity="0.92"/> |
| 5 | <stop offset="45%" stop-color="#0F2238" stop-opacity="0.62"/> |
| 6 | <stop offset="100%" stop-color="#0F2238" stop-opacity="0"/> |
| 7 | </linearGradient> |
| 8 | </defs> |
| 9 | |
| 10 | <g id="bg"> |
| 11 | <rect width="1280" height="720" fill="#0F2238"/> |
| 12 | <image href="../images/cover_hero.png" x="0" y="0" width="1280" height="720" preserveAspectRatio="xMidYMid slice"/> |
| 13 | <rect x="0" y="300" width="1280" height="420" fill="url(#coverScrim)"/> |
| 14 | </g> |
| 15 | |
| 16 | <g id="cover-title"> |
| 17 | <rect x="64" y="446" width="64" height="6" rx="3" fill="#E8743B"/> |
| 18 | <text x="64" y="524" font-family=""Microsoft YaHei", Arial, sans-serif" font-size="58" font-weight="800" fill="#FFFFFF">LoRA:大模型的低秩适配</text> |
| 19 | <text x="64" y="566" font-family=""Microsoft YaHei", Arial, sans-serif" font-size="24" font-weight="600" fill="#CBD8E6">Low-Rank Adaptation of Large Language Models</text> |
| 20 | </g> |
| 21 | |
| 22 | <g id="cover-meta"> |
| 23 | <text x="64" y="636" font-family=""Microsoft YaHei", Arial, sans-serif" font-size="16" font-weight="600" fill="#9FB2C6">Hu, Shen, Wallis, Allen-Zhu, Li, Wang, Wang, Chen · Microsoft · 2021</text> |
| 24 | <text x="64" y="664" font-family="Consolas, "Courier New", monospace" font-size="15" fill="#E8743B">arXiv:2106.09685v2</text> |
| 25 | <text x="1216" y="664" text-anchor="end" font-family=""Microsoft YaHei", Arial, sans-serif" font-size="15" fill="#9FB2C6">论文解读 · Paper Walkthrough</text> |
| 26 | </g> |
| 27 | </svg> |
| 28 |