|
dataset
|
refactor : 清理工厂和配置系统中的死代码与冗余抽象
|
2026-06-07 11:39:50 +08:00 |
|
inference
|
fix: 使用 threading.Event 替代裸 bool,补全公共 API
|
2026-06-18 15:38:35 +08:00 |
|
model
|
feat : GPT-2 residual scaling weight init
|
2026-06-25 15:08:31 +08:00 |
|
preprocessing
|
fix: 修复预处理流水线 4 个致命问题
|
2026-06-18 17:38:01 +08:00 |
|
tokenize
|
refactor : Pipeline 去除去重,ids 重命名为 sequence,泛型透传
|
2026-05-31 15:14:27 +08:00 |
|
trainer
|
fix: scheduler division-by-zero, loss_mask bool
|
2026-07-03 22:04:55 +08:00 |
|
protocols.py
|
refactor: 重构训练后端为 Executor 模式
|
2026-05-24 20:35:44 +08:00 |