Revert "Revert "升级为 docsify 模板的:在线网站,支持友好的交互形式""

This commit is contained in:
long_long_ago
2025-07-27 16:15:21 +08:00
committed by GitHub
parent c157cc1d44
commit 84d96d107d
17 changed files with 106 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
# 附录E. 使用LoRA的参数高效微调
本附录介绍低秩适应 (LoRA),这是最广泛使用的参数高效微调技术之一。在解释 LoRA 背后的主要思想之后,本附录将基于第 6 章中的垃圾邮件分类微调示例并对 LLM 进行微调。然而需要注意的是LoRA 微调也适用于第 7 章中讨论的有监督的指令微调。
-----