Open pkouris opened 4 years ago
hi, you can refer to the script here: https://github.com/xueyouluo/my_seq2seq/blob/master/bin/test_point_generator.py
Thank you for your reply. One more question, please. The pointer-generator model is used only for testing? (i.e., in the training phase, we use the basic model, and the pointer-generator is used only in generating the predicted summaries, please confirm)
Sorry, the title of the python file confused me. I see that the test_point_generator.py file performs training. Thank you.
I would like to ask how could I run the Pointer-Generator model?