patil-suraj / question_generation

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

Is it possible to add a parameter for number of question to be generated in the question generation model #97

Open swathykumar276 opened 2 years ago

swathykumar276 commented 2 years ago

nlp = pipeline("e2e-qg", numberofQuestions=2)

is it possible to finetune like that