#115 · Primary category: Foundation Models
KoELECTRA
Pretrained ELECTRA Model for Korean
Project last updated:02/19/24
GitHub Stars
638
Forks
135
Contributors
3
License
Apache-2.0
Why we included this project
KoELECTRA is a Korean ELECTRA model that ships pretrained in base and small sizes, trained on 34GB of Korean text. The checkpoints are hosted on Hugging Face, so you can load them into the Transformers library with a single from_pretrained call in PyTorch or TensorFlow instead of pretraining a model yourself. The repo documents the pretraining setup, including TPU usage and hyperparameters, which makes reproducing or extending the work straightforward. It also includes fine-tuning results on standard Korean benchmarks, a useful reference when you are deciding between the v1 and v2 releases for something like sentiment analysis or NER. This is a focused model release rather than a general-purpose framework, so expect to fine-tune it for your own downstream task.
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