How to predict the Answer for Question answering task using FARMReader? #2175
Unanswered
karndeepsingh
asked this question in
Questions
Replies: 1 comment 6 replies
-
Hi @karndeepsingh you can use the Pipeline concept of Haystack for that and create a pipeline that consists of a reader node. I suggest that you get familiar with the concept of pipelines, documents and maybe even document stores in Haystack with the help of our documentation and tutorials:
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have fine tuned a bert model on my dataset and want to do prediction using the fin tuned model. Please, explain how I can use this fine tuned model to predict on my new set of context and its respective query without using any retriever just passing the context and queries to my trained model?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions