ViperEkura
  • Joined on 2026-04-02
ViperEkura pushed to main at ViperEkura/ToolAgent 2026-06-14 19:08:47 +08:00
62db1a70aa switch to Qwen2.5-7B-Instruct
ViperEkura pushed to main at ViperEkura/ToolAgent 2026-06-14 19:05:25 +08:00
b3caa7dd7b add server, config, and scripts
ViperEkura pushed to main at ViperEkura/ToolAgent 2026-06-14 18:58:02 +08:00
c49f6b3ffd add server, config, and scripts
ViperEkura created branch main in ViperEkura/ToolAgent 2026-06-14 18:56:45 +08:00
ViperEkura pushed to main at ViperEkura/ToolAgent 2026-06-14 18:56:45 +08:00
110226d612 first commit
ViperEkura pushed to main at ViperEkura/AstrAI 2026-06-05 17:43:55 +08:00
3057741de9 refactor : 合并 data config docstring 并实现 BFD 打包策略
acd1103bd0 fix : 使用 bool 注意力掩码并支持打包 SFT 文档边界阻断
dc7d2cfbca refactor : FastAPI 懒加载单例,消除模块级副作用
Compare 3 commits »
ViperEkura pushed to main at ViperEkura/AstrAI 2026-06-04 14:35:12 +08:00
b36a78c612 test : SFT 测试数据补全 position_ids 字段
985d940db6 feat : 数据流水拼接策略支持 position_ids 预计算
5e73ca20aa feat : train CLI 新增 val_split/val_step/metrics/log 参数
438dc10391 fix : MMLU eval 使用 chat template 格式匹配 SFT 训练数据
615ba5d8ef feat : 新增 HumanEval pass@k 代码生成评测
Compare 12 commits »
ViperEkura pushed to main at ViperEkura/AstrAI 2026-06-02 17:41:14 +08:00
01ce1fb9e3 refactor : Pipeline 去除去重,ids 重命名为 sequence,泛型透传
14f83cbdac perf : 预编译 Jinja2 Template,避免每次 render 重新构建
dbe5891201 refactor : 统一 SectionedMaskBuilder,支持可配置 dtype
2a65c3314c fix : 修复 created 时间戳、bin 多 shard 覆盖与文档遗漏
Compare 4 commits »
ViperEkura pushed to main at ViperEkura/AstrAI 2026-05-30 21:41:23 +08:00
1c2ff05a6d docs : 三轮深度验证修复文档与代码不一致
ViperEkura pushed to main at ViperEkura/AstrAI 2026-05-30 21:04:53 +08:00
31ae2deeba refactor : BaseConfig 提供 from_json/to_json,嵌套 config 自动反序列化
69207e2c57 refactor : 基于声明式 JSON 配置的预处理管线重构
138c5bcc08 feat : 添加 JSONL 预处理管线
a923e0a23a fix : 修复 MMLU 评测脚本数据源和依赖
f521a30b22 fix : FSDP 优化器顺序、温度除零、调度器静默死亡、ref模型设备
Compare 7 commits »
ViperEkura pushed to main at ViperEkura/SKILLS 2026-05-30 15:35:03 +08:00
b50e4cd5d8 feat: bundle CDN assets locally to eliminate network timeout
ViperEkura pushed to main at ViperEkura/SKILLS 2026-05-30 15:31:42 +08:00
ViperEkura pushed to main at ViperEkura/SKILLS 2026-05-30 15:02:58 +08:00
b50e4cd5d8 feat: bundle CDN assets locally to eliminate network timeout
ViperEkura pushed to main at ViperEkura/AstrAI 2026-05-28 21:02:31 +08:00
b37c3d000c docs : 同步文档与实际代码
6031020e37 feat : load_json/load_safetensors 支持 broadcast,跨节点分布式加载
c424dfc293 feat : checkpoint 支持保存 config.json
3a28e52e98 fix : start_epoch/start_batch 由用户参数决定,不再被 checkpoint 覆盖
e371908b54 fix : 保存 checkpoint 时 unwrap DDP/FSDP 避免 module. 前缀
Compare 7 commits »
ViperEkura pushed to main at ViperEkura/AstrAI 2026-05-28 14:38:31 +08:00
0a708fff24 docs : 更新架构文档与 storage 注释,同步 Store 重构
6e150ea6d0 refactor : Storage 层重构为 Store,移除 Fetcher 中间层,支持多段数据与显式长度
cb8dcb97ea refactor : 移除 -> None 返回值标注,拆分 FSDP 参数,新增 mmap 数据集存储
2d5dc93b3d fix : 修正类型标注与统一 CLI 参数命名
4145d35e3c refactor: 检查点加载重构,路径替代对象传递
Compare 9 commits »
ViperEkura pushed to main at ViperEkura/AstrAI 2026-05-26 16:47:42 +08:00
65ab69543b refactor: 统一序列化层,消除分散的 I/O 路径
1d26aa2e93 fix: 禁用DDP static_graph避免PyTorch 2.7.1下no_sync与backward冲突
a548d4553e fix: 断点续训恢复优化器/调度器状态及采样器剩余长度
dd1b39f435 fix: ProgressBar默认输出到stdout
94d6e713e9 test: 补充推理协议层单测覆盖
Compare 6 commits »
ViperEkura pushed to main at ViperEkura/AstrAI 2026-05-25 21:22:18 +08:00
737585a32a feat: 新增NTK-Aware RoPE缩放支持
ViperEkura pushed to main at ViperEkura/AstrAI 2026-05-25 21:20:19 +08:00
a304e16ff0 feat: 新增NTK-Aware RoPE缩放支持
ViperEkura pushed to main at ViperEkura/AstrAI 2026-05-25 20:15:38 +08:00
a4688021bf feat: 新增LoRA微调模块
ViperEkura pushed to main at ViperEkura/AstrAI 2026-05-25 20:11:39 +08:00
432145a798 feat: 新增LoRA微调模块
7df6eb9211 feat: 新增FSDP并行后端
Compare 2 commits »