Downloads · 30 days
81.9K
2% of all-time downloads
kykim/bert-kor-base
bert-kor-base is a fill-mask model from kykim. Use it when you need the model to fill a missing word. It is set up for transformers.
70GB Korean text dataset and 42000 lower-cased subwords are used Check the model performance and other language models for Korean in github
Downloads · 30 days
81.9K
2% of all-time downloads
All-time downloads
5.3M
Public
Repo size
4.7 GB
Likes
38
Public
Click a slice to open those files.
.bin476 MB · 33%
From the Hugging Face model README
from transformers import BertTokenizerFast, BertModel
tokenizer_bert = BertTokenizerFast.from_pretrained("kykim/bert-kor-base")
model_bert = BertModel.from_pretrained("kykim/bert-kor-base")