AstrAI/astrai/preprocessing
ViperEkura e220413035 feat: support raw JSON files in dataset pipeline and JsonlStore
- detect_format now recognizes .json directories as jsonl store
- JsonlStore loads .json arrays and dicts alongside .jsonl
- tokenizer_path defaults to dataset dir when omitted
- Pipeline._iter_items handles .json files (arrays/single dict)
- Tests: detect_format, seq load, self-contained dataset dir
2026-07-17 12:20:03 +08:00
..
__init__.py refactor: split mask builder by single/multi output 2026-07-08 21:18:34 +08:00
builder.py refactor: split mask builder by single/multi output 2026-07-08 21:18:34 +08:00
packing.py fix: 修复预处理流水线 4 个致命问题 2026-06-18 17:38:01 +08:00
pipeline.py feat: support raw JSON files in dataset pipeline and JsonlStore 2026-07-17 12:20:03 +08:00
position_id.py fix : 修复策略相关文件的类型注解与抽象方法体 2026-06-14 16:20:10 +08:00
writer.py feat: add JSONL dataset store with on-the-fly tokenization 2026-07-04 15:42:33 +08:00