AstrAI/astrai/config
ViperEkura 31bc7f5c2a refactor : pipeline 策略化拆分,消除 _flush if/else
- PackingStrategy / PositionIdStrategy / StoreWriter 独立文件 + Factory
- Pipeline._flush 零 if/else,纯编排
- SectionRenderer 从 SectionedMaskBuilder 分离
- OutputConfig.position_ids_mode 默认改为 ""none""
2026-06-06 00:45:33 +08:00
..
__init__.py refactor : 基于声明式 JSON 配置的预处理管线重构 2026-05-30 20:45:09 +08:00
base.py refactor : BaseConfig 提供 from_json/to_json,嵌套 config 自动反序列化 2026-05-30 21:04:19 +08:00
model_config.py feat: 新增NTK-Aware RoPE缩放支持 2026-05-25 21:22:07 +08:00
preprocess_config.py refactor : pipeline 策略化拆分,消除 _flush if/else 2026-06-06 00:45:33 +08:00
train_config.py feat : TrainConfig 支持 val_split 从训练集自动切分验证集 2026-06-02 20:33:40 +08:00