HanForge 35M is a small Korean causal language model pretrained from scratch on
467M tokens of Korean text. It is designed as a research-friendly base model for downstream fine-tuning. The model is
not instruction-tuned and should not be used directly for chat or question answering — see
drlee1/HanForge-47M-SFT for that.
The corpus was deduplicated, length-filtered, and tokenized with a Korean-optimized SentencePiece BPE (24k vocab) trained separately on the same data.
This model has not been aligned, RLHF'd, or safety-tuned. Do not deploy in user-facing applications without further training and review.
1@misc{hanforge_base_2026,
2 author = {DongRyeol Lee},
3 title = {HanForge 35M: A Small Korean Language Model Pretrained from Scratch},
4 year = {2026},
5 note = {Pretrained on 467M Korean tokens with a 24k SentencePiece BPE tokenizer}
6}