init with docsify

This commit is contained in:
Ning Guo
2025-07-24 21:56:44 +08:00
parent 6f77f6b0f5
commit 9f41e52395
17 changed files with 106 additions and 0 deletions

View File

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