QuestionGenerator --- Can it be fine-tuned? #5874
demongolem-biz2
started this conversation in
General
Replies: 1 comment
-
Hey @demongolem-biz2, unfortunately Haystack does not support finetuning Question Generation models for now 😞 If you want you can still fine-tune it with a library of your choice and then use the fine-tuned model with Haystack though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have played some with the Question generator via the RetrieverQuestionGeneratorPipeline. Supply a document store and returning questions from there.
Is there a way to fine-tune this model out-of-the-box?
Also, the annotator which is provided only works for the Question Answering portion of the process (and then only extractive techniques for question answering)? So there is no annotator for the Question generation portion? If a document had a question in it already, it would be wonderful to mark that as well as including whatever novel question a generative process could come up with based on the document body. I have one such document where there already some pre-existing questions in it which would be great to feed to a Question Answering model.
Beta Was this translation helpful? Give feedback.
All reactions