This repository aims to play dialogue between a system agent and a user simulator automatically.
For this repository, you need to a pretrained model of transformers (a library for BERT-like models by pytorch).
- add some directories to
PYTHONPATH
export PYTHONPATH="<YOUR PATH>/components:$PYTHONPATH"
export PYTHONPATH="<YOUR PATH>/utils:$PYTHONPATH"
-
prepare pretrained models
-
write some settings to setting.yml
-
implement
python main.py