You split the whole dataset in 8:2 ratio. Did you split the dataset randomly??
Whenever the seq2seq_predict.py is being called, the output texts are always the same. There is no randomness found in the output text. How can we get generated outputs random articles??
Is there any way to generate a title of an article which is not in the dataset?? I've added a new dataset of 5 test articles to predict the title. But it's not working. It is showing the generated the output of the dataset which was splitted in the seq2seq_train.py.
You split the whole dataset in 8:2 ratio. Did you split the dataset randomly?? Whenever the seq2seq_predict.py is being called, the output texts are always the same. There is no randomness found in the output text. How can we get generated outputs random articles??
Is there any way to generate a title of an article which is not in the dataset?? I've added a new dataset of 5 test articles to predict the title. But it's not working. It is showing the generated the output of the dataset which was splitted in the seq2seq_train.py.