• Joined on 2024-10-09
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 »
carry pushed to master at carry/gzhu-biyesheji 2025-04-18 07:26:05 +00:00
5a386d6401 feat(dataset_generate_page): 添加 API 选择功能
feaea1fb64 refactor(db): 重命名数据库引擎加载函数
7242a2ce03 feat(frontend): 添加生成数据集进度条功能并优化了界面布局
db6e2271dc fix(frontend): 修复 prompt_dropdown 变化时,dataframe没有相应的变化
Compare 4 commits »
carry pushed to master at carry/gzhu-biyesheji 2025-04-16 04:40:47 +00:00
d764537143 feat(dataset_generate_page): 更新数据集生成页面功能
8c35a38c47 feat(frontend): 更新模板选择功能
7ee751c88f fix(frontend): 移除文档生成页面的冗余事件绑定代码
Compare 3 commits »
carry pushed to master at carry/gzhu-biyesheji 2025-04-15 09:13:58 +00:00
b715b36a5f feat(frontend): 更新数据集生成页面并添加独立运行功能
carry pushed to master at carry/gzhu-biyesheji 2025-04-15 08:54:34 +00:00
8023233bb2 feat(prompt): 增加模板变量有效性检查
2a86b3b5b0 fix(db): 初始化 prompt store 时插入第一条记录的 ID 从 0 改为 1
ca1505304e fix(tools): 更新 tools/__init__.py 中的导入语句
df9260e918 fix(db): 修复初始提示词的变量花括号的空格问题
df9aba0c6e refactor(tools): 重命名模块并更新导入
Compare 6 commits »
carry pushed to master at carry/gzhu-biyesheji 2025-04-15 07:26:09 +00:00
d0aebd17fa refactor(global_var): 重构全局变量管理
d9abf08184 fix(frontend): 修复表格选择事件的行数据获取问题
a27a1ab079 refactor(frontend): 重构训练页面布局并优化用户界面
Compare 3 commits »
carry pushed to master at carry/gzhu-biyesheji 2025-04-14 15:52:05 +00:00
aa758e3c2a feat(train_page): 添加 TensorBoard 可视化
carry pushed to master at carry/gzhu-biyesheji 2025-04-14 09:07:16 +00:00
664944f0c5 feat(frontend): 优化 TensorBoard 端口占用问题
carry pushed to master at carry/gzhu-biyesheji 2025-04-14 09:00:59 +00:00
9298438f98 feat(train_page): 启动 TensorBoard 进程并确保训练结束后终止
carry pushed to master at carry/gzhu-biyesheji 2025-04-14 08:46:47 +00:00
4f7926aec6 feat(train_page): 实现训练目录自动递增功能
carry pushed to master at carry/gzhu-biyesheji 2025-04-14 08:32:02 +00:00
148f4afb25 fix(main): 修复unsloth没有最先导入的问题,删除了重复的导入语句
11a3039775 fix(train_page): 修正模型训练保存路径
a4289815ba build: 添加 tensorboard 依赖
088067d335 train: 更新模型训练功能和日志记录方式
Compare 4 commits »
carry pushed to master at carry/gzhu-biyesheji 2025-04-14 07:18:31 +00:00
9fb31c46c8 feat(train): 添加训练过程中的日志记录和 loss 可视化功能
4f09823123 refactor(tools): 优化 train_model 函数定义
Compare 2 commits »
carry pushed to master at carry/gzhu-biyesheji 2025-04-14 06:17:25 +00:00
1a2ca3e244 refactor(train): 重构训练功能并移至新模块
carry pushed to master at carry/gzhu-biyesheji 2025-04-13 13:50:05 +00:00
bb1d8fbd38 feat(train_page): 添加训练 Loss 曲线显示功能
4558929c52 fix: 调整了import的顺序,让unsloth最先import以提高性能
Compare 2 commits »
carry pushed to master at carry/gzhu-biyesheji 2025-04-13 13:14:29 +00:00
0722748997 feat(train_page): 添加 LoRA 秩动态输入功能
e08f0059bb feat(train_page): 优化训练过程以专注于响应生成
Compare 2 commits »
carry pushed to master at carry/gzhu-biyesheji 2025-04-13 12:29:39 +00:00
6d1fecbdac build: 更新依赖版本并添加新依赖
carry pushed to master at carry/gzhu-biyesheji 2025-04-12 17:56:19 +00:00
79d3eb153c refactor(train_page): 优化训练页面布局和功能
80dae7c6e2 fix(global_var):修复_workdir非全局变量的bug
Compare 2 commits »