Skip to content

skysta/Dialogue-Generation-BERT-GPT2-Korean

 
 

Repository files navigation

Dialogue-Generation-BERT-GPT2-Korean using keyword layer

연구용 레파지토리

How to use

본 repo에선 ETRI KoBERT를 제공하지 않음

install konlpy mecab (for inference) -> https://konlpy.org/ko/stable/install/

git clone https://github.com/BM-K/Dialogue-Generation-BERT-GPT2-Korean.git
cd Dialogue-Generation-BERT-GPT2-Korean
git clone https://github.com/SKT-AI/KoGPT2.git

mv modeling_gpt2.py {/your transformers lib}
* your transformers lib example => /opt/conda/lib/python3.7/site-packages/transformers/

pip install -r requirements_gpt.txt

Screen after execution

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Shell 0.3%