From ce8e0b9b6a26f4bf71e0fcbe854af119e4d14522 Mon Sep 17 00:00:00 2001 From: carry <2641257231@qq.com> Date: Sun, 25 May 2025 22:38:43 +0800 Subject: [PATCH] =?UTF-8?q?docs(=E7=BB=93=E8=AE=BA):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E7=BB=93=E8=AE=BA=E7=AB=A0=E8=8A=82=E7=9A=84LaTeX=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加了报告中的结论章节,总结了主要工作、创新点以及未来工作展望 --- report/chapters/conclusion.tex | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 report/chapters/conclusion.tex diff --git a/report/chapters/conclusion.tex b/report/chapters/conclusion.tex new file mode 100644 index 0000000..5ba2fa9 --- /dev/null +++ b/report/chapters/conclusion.tex @@ -0,0 +1,25 @@ +% 总结与展望 +\section{总结与展望} +\begin{frame} +\frametitle{总结与展望} +\begin{itemize} +\item 主要工作总结 + \begin{itemize} + \item 提出了文档驱动的自适应编码大模型微调框架 + \item 实现了三层架构设计(表现层、业务逻辑层和数据访问层) + \item 实现了大语言模型的微调 + \end{itemize} +\item 创新点总结 + \begin{itemize} + \item 开发了基于栈结构的Markdown文档解析器 + \item 采用了QLoRA参数高效微调方法 + \item 构建了基于提示工程的数据集生成工具 + \end{itemize} +\item 未来工作展望 + \begin{itemize} + \item 边缘计算部署 + \item 更多的格式输入支持 + \item CICD集成 + \end{itemize} +\end{itemize} +\end{frame} \ No newline at end of file