ViperEkura
4e508afa2d
fix : SFT pipeline position_ids default & doc boundary preservation
- change position_ids_mode default from "none" to "doc_reset" so SFT preprocessing always generates position_ids (was causing dataset load KeyError)
- generate per-doc position_ids before packing (doc_reset mode), preserving document boundaries for BFD packing (cross-doc attention leak fix)
- change _align_bucket padding from [1] to [0] to avoid accidentally training on loss_mask padding
2026-07-04 15:59:11 +08:00
..
2026-07-04 15:59:11 +08:00
2026-07-04 15:42:33 +08:00
2026-06-18 15:38:35 +08:00
2026-06-25 15:08:31 +08:00
2026-06-30 14:59:43 +08:00
2026-07-04 15:59:11 +08:00
2026-07-04 15:42:33 +08:00
2026-05-31 15:14:27 +08:00
2026-07-03 22:04:55 +08:00
2026-06-27 16:10:37 +08:00
2026-07-03 18:41:19 +08:00
2026-05-24 20:35:44 +08:00