yeongjoonJu / KoDialogT5

Modeling Dialogue in Korean, leveraging T5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Korean Dialogue Generation Model (T5)

I had tried to use KE-T5 as a backbone but I think the model weights in PyTorch have some problems. So I recommend utilizing Kolang-T5.

Requirements

  • python 3.7 or 3.8 can be used

    pip install -r requirements.txt

    I used CUDA 11.3 version

Logger

Datasets

Update soon

Train

bash scripts/pretrain_dialog.sh

Interact

python interact.py

About

Modeling Dialogue in Korean, leveraging T5

License:MIT License


Languages

Language:Python 97.0%Language:Shell 3.0%