You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./seq2seq/data/invalid_kg.json and ./seq2seq/outputs/20190511/valid/2019-5-1-transformer-8w_step_9000.pt seems missing. I hope it can be added, or could you tell me how to generate these files.
Moreover, I got an unrecognized arguments error when I tried to run preclean.py by using the default config.
The invalid_kg.json denotes the knowledge that has been filtered by human-setting rules. More specifically, we filtered knowledge which is irrelevant or Not useful with current dialogue or response for the training set.
The ./seq2seq/outputs/20190511/valid/2019-5-1-transformer-8w_step_9000 is the seq2seq model file that has been trained on the training set. I will upload it soon.
The preclean.yml is for the seq2seq/preclean.py preclean_baidu.py preclean_baidu_aug.py, not just preclean.py. You can find the corresponding parameters in the function of preclen_opt() in each of them. The preclean_baidu.py preclean_baidu_aug.py is mainly used to produce data in our case rather than the preclean.py, so we could modify some config, which maybe not fit for the preclean.py anymore. Your change is right.
./seq2seq/data/invalid_kg.json
and./seq2seq/outputs/20190511/valid/2019-5-1-transformer-8w_step_9000.pt
seems missing. I hope it can be added, or could you tell me how to generate these files.Moreover, I got an unrecognized arguments error when I tried to run
preclean.py
by using the default config.And it could be run successfully when I change
./seq2seq/config/preclean.yml
as follow.Please check if your configuration is wrong or if I am missing any steps that cause this problem.
Thank you!
The text was updated successfully, but these errors were encountered: