#102 · Primary category: Foundation Models

kogpt

deeplearning generative-model gpt gpt3 huggingface kakaobrain kogpt korean nlp transformers

KakaoBrain KoGPT (Korean Generative Pre-trained Transformer)

Project last updated:01/30/24

GitHub Stars

1.0K

Forks

135

Contributors

11

License

Other

Why we included this project

KoGPT is a 6B-parameter Korean language model from KakaoBrain, released in float32 and float16 variants. You can load either one through the Hugging Face transformers API with a few lines of Python, and the repo includes a command-line inference script for trying prompts and sampling parameters before you wire the model into your own pipeline. The README publishes in-context few-shot results on Korean benchmarks such as NSMC, YNAT, and KLUE-STS, which gives a realistic sense of performance without running a full evaluation yourself. Hardware notes in the docs spell out the GPU memory needed to run it. It's a practical pretrained starting point for Korean text generation, classification, search, or summarization work, though the model is primarily Korean-focused.

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