Views
No views yet
🚀 Newer Version Available: The Bori project is currently developing Bori-3, which utilizes theSmolLM2-360Mbase and an upgraded response-only SFT loss pipeline to fix the instruction-following bugs present in this version. Check the GitHub Repository for the latest code.
HuggingFaceH4/ultrachat_200k (50% - English conversational)brandonbaek/konglish-synthetic-instruct (40% - Bilingual/Korean synthetic instructions)jojo0217/korean_safe_conversation (10% - Korean safety & alignment)-100). During this training run, a bug in DataCollatorForLanguageModeling(mlm=False) inadvertently stripped the -100 ignore-index masks from the user prompts. Consequently, the model calculated loss over the entire sequence, severely degrading its instruction-following adherence and causing it to often mimic user prompts rather than answering them.ultrachat_200k (50% of the batch) overwhelmed the 135M parameter capacity. The complex, multi-turn reasoning and lengthy conversational histories required by Ultrachat caused severe hallucinations in this small model, leading to logical breakdowns and basic arithmetic failures.