Closed hqsiswiliam closed 4 years ago
Hi, Please read the instructions here and checkout end_to_end.sh
Since you only need to fine-tune pre-trained PIE, In preprocess.sh you can comment out part of the code which extracts common insertions.
While using word_edit_model.py for training, you will need to pass the path of pre-trained PIE to initialize the PIE model.
Hi, Please read the instructions here and checkout end_to_end.sh
Since you only need to fine-tune pre-trained PIE, In preprocess.sh you can comment out part of the code which extracts common insertions.
While using word_edit_model.py for training, you will need to pass the path of pre-trained PIE to initialize the PIE model.
Thanks a lot, I will try it out.
Hi @awasthiabhijeet @hqsiswiliam does this mean to change the init-checkpoint
in pie_train.sh from bert to pie_model.ckpt ?
Hi Authors,
Thanks for your great work! Now I am stuck at fine-tuning pre-trained PIE on customized data, is there any way to do so? Many thanks for your reply.