Q-A pipeline which will use questions generated by Question generator model #4067
Unanswered
Harshal1810
asked this question in
Questions
Replies: 1 comment 1 reply
-
Hi @Harshal1810! The best way would probably be to use two different Pipelines:
|
Beta Was this translation helpful? Give feedback.
1 reply
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 am trying to build a model which will take questions generated by question generator model and will give it to Extractive Question-Answering model and will print the answers. I am trying to build a front-end for that. So when we give a some words as input, it should give me generated questions and after clicking on question it should give the extracted answer . Any idea how we can do this. I have created two separate models( Question generator and Extractive question answering), but don't know how to integrate them together.
Beta Was this translation helpful? Give feedback.
All reactions