patil-suraj / question_generation

Neural question generation using transformers
MIT License
1.11k stars 348 forks source link

Model trained for e2e-qg does not generate any questions #103

Open khonzoda opened 2 years ago

khonzoda commented 2 years ago

I have applied the data preparation code as well as training code to train the model for e2e-qg task. However, when I add the newly trained model into e2e question generation pipeline, it generates empty lists. I tried working with parameters as well as change the dataset, but the same problem persists. What could be happening?