#69 · Primary category: Foundation Models

KoBERT

bert korean-nlp language-model nlp pytorch transformers

Korean BERT pre-trained cased (KoBERT)

Project last updated:06/14/25

GitHub Stars

1.4K

Forks

376

Contributors

13

License

Apache-2.0

Why we included this project

Multilingual BERT models often lose accuracy on Korean, and KoBERT exists to fix exactly that: a cased BERT trained on 5 million sentences from the Korean Wikipedia. The vocabulary is a compact 8,002-token SentencePiece set, which keeps the model at 92M parameters versus the multilingual baseline's 110M. You load the weights through a simple Python package, and alongside the usual PyTorch weights there are ONNX and MXNet-Gluon versions, handy if you serve with ONNX Runtime. The repo also bundles fine-tuning examples for Naver sentiment analysis and a BERT-CRF named entity recognizer, giving classification and sequence-labeling work ready-made starting points. For teams that would rather fine-tune a Korean-native BERT than wrestle with a generic multilingual checkpoint, KoBERT is a solid place to start.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category