#69 · Primary category: Foundation Models
KoBERT
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
transformers
🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.
CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
MiniCPM-V
A Pocket-Sized MLLM for Ultra-Efficient Image and Video Understanding on Your Phone
generative-models
Generative Models by Stability AI
unilm
Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities