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