• Joined on 2024-10-09
carry pushed to paper at carry/gzhu-biyesheji 2025-04-29 16:39:49 +00:00
7c3aa12cd4 refactor: 将个人信息提取到配置文件中以提高可维护性
342f180639 docs: 修正模型名称的大小写错误
f6beeb8788 docs: 更新摘要部分的技术文档描述和模型版本
ef8b1a5115 docs(verification): 更新微调效果验证部分的描述
b4da95e81e style(paper/object): 调整图表尺寸以提高可读性
Compare 8 commits »
carry pushed to paper at carry/gzhu-biyesheji 2025-04-29 10:14:49 +00:00
8edae2b862 fix(paper): 修正Markdown解析器函数名拼写错误
e7af584e9a fix: 修改系统架构图的浮动位置为固定位置
7d6444c6c8 docs(paper): 添加系统架构图并更新实现章节
c273bb3399 fix: 修复部分章节没有正确分段的问题
c3a04c4958 docs(paper): 优化实现章节的架构描述和模块划分
Compare 5 commits »
carry pushed to paper at carry/gzhu-biyesheji 2025-04-29 04:50:09 +00:00
41c1a2fce4 docs: 优化LaTeX文档内容和格式
1ff958e641 docs: 修正文档中API的大小写错误
aac8c9d334 docs(implementation): 修正LaTeX文档中代码引用的格式
e4919ecf69 docs(implementation): 修正训练参数和技术描述的格式
2cf8b1b6fd docs: 修复实现章节中代码的格式错误
Compare 6 commits »
carry pushed to paper at carry/gzhu-biyesheji 2025-04-27 14:57:55 +00:00
e87d721f47 docs(verification): 更新验证章节内容并添加训练前文档示例
carry pushed to paper at carry/gzhu-biyesheji 2025-04-27 13:49:14 +00:00
7907b96baa Merge branch 'paper' of https://gitea.carry.fit/carry/gzhu-biyesheji into paper
7bd6d2feab docs(verification): 添加实验结果验证章节的详细内容
d632029724 docs(paper): 更新论文结构安排,增加第五章结果验证
c6cc73f813 docs(paper): 添加验证章节到主文档
Compare 4 commits »
carry pushed to paper at carry/gzhu-biyesheji 2025-04-27 09:39:53 +00:00
47014a6d43 docs(paper): 添加验证章节到主文档
ccfc81c1f1 docs(paper): 移动监督式微调章节至技术章节并更新训练参数描述
e8107519ed docs: 删除模型微调功能描述中的冗余内容
2362e43d38 docs(technology): 添加模型量化技术的数学公式和详细解释
6dbe9514fb docs(latex): 添加amssymb包并更新技术章节的数学公式
Compare 7 commits »
carry pushed to paper at carry/gzhu-biyesheji 2025-04-26 12:10:59 +00:00
4141e09494 docs: 更新引言章节,优化研究现状描述
634ce8fff8 docs: 更新论文摘要和关键词内容
Compare 2 commits »
carry pushed to paper at carry/gzhu-biyesheji 2025-04-25 17:12:05 +00:00
75bc9a76d0 docs: 更新论文相关章节的LaTeX和Markdown文件
carry pushed to paper at carry/gzhu-biyesheji 2025-04-25 13:10:05 +00:00
4a67c20b70 docs: 添加并更新论文章节文件
d210ddcca9 docs(paper): 更新引言章节内容,增加研究背景与意义、国内外研究现状等详细描述
97ee546bdf style: 简化 LaTeX 文件中的注释格式
2af26560b3 fix(latex): 删除多余的\quad.
0977002c06 refactor(paper): 简化结论章节的格式并移除不必要的计数器
Compare 10 commits »
carry created branch paper in carry/gzhu-biyesheji 2025-04-25 13:10:05 +00:00
carry pushed to improve at carry/gzhu-biyesheji 2025-04-23 07:05:12 +00:00
7a4388c928 featmodel): 添加保存模式选择功能
6338706967 feat: 修改应用启动方式
Compare 2 commits »
carry pushed to improve at carry/gzhu-biyesheji 2025-04-22 07:49:23 +00:00
carry created branch improve in carry/gzhu-biyesheji 2025-04-22 07:49:23 +00:00
carry pushed to master at carry/gzhu-biyesheji 2025-04-22 07:46:14 +00:00
3718c75cee feat(frontend): 添加数据集生成页面的处理进度显示
carry pushed to master at carry/gzhu-biyesheji 2025-04-21 06:28:55 +00:00
905658073a docs(README): 更新项目文档
9806334517 fix(train_page): 捕获训练过程中的异常并终止 TensorBoard 进程
Compare 2 commits »
carry pushed to master at carry/gzhu-biyesheji 2025-04-20 13:26:09 +00:00
0a4efa5641 feat(dataset): 添加数据集生成功能
994d600221 refactor(frontend): 调整 TensorBoard iframe 高度
d5774eee0c feat(db): 添加数据集导出功能
87501c9353 fix(global_var): 移除全局变量设置函数set_datasets
5fc3b4950b refactor(schema): 修改 LLMResponse 中 API 响应内容的字段名称
Compare 9 commits »
carry pushed to master at carry/gzhu-biyesheji 2025-04-19 13:49:41 +00:00
868fcd45ba refactor(project): 重构项目文件组织结构
5a21c8598a feat(tools): 支持 OpenAI API 的 JSON 格式返回结果
1e829c9268 feat(tools): 优化 JSON 示例生成函数
9fc3ab904b feat(frontend): 实现了固定参数的注入
d827f9758f fix(frontend): 修复dataframe_value返回值只有一列的bug
Compare 6 commits »
carry pushed to master at carry/gzhu-biyesheji 2025-04-19 09:02:22 +00:00
90fde639ff feat(tools): 增加 OpenAI API 多轮调用功能
5fc90903fb feat(tools): 添加 reasoning.py 工具模块
81c2ad4a2d refactor(schema): 重构数据模型以提高可维护性和可扩展性
314434951d feat(frontend): 实现了文档、提示和 API 提供商的获取逻辑
Compare 4 commits »
carry pushed to master at carry/gzhu-biyesheji 2025-04-18 18:04:57 +00:00
e16882953d fix(tools): 修复了optional字段无法被解析的问题
carry pushed to master at carry/gzhu-biyesheji 2025-04-18 09:52:57 +00:00
86bcf90c66 feat(frontend): 添加数据集生成轮次控制功能
961a017f19 refactor(frontend): 调整数据集生成页面布局并优化代码结构
Compare 2 commits »