Replies: 2 comments 1 reply
-
Hello @gabriead, I believe you can't train QA models without context, but I will do some more research and confirm this to you shortly. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello @gabriead we do have support for running Open Domain Question Answering models which is explained in detail here: https://haystack.deepset.ai/pipeline_nodes/answer-generator Unfortunately, we do not support training these models in Haystack. You may be able to find what you are looking for in HuggingFace transformers https://github.com/huggingface/transformers/tree/main/examples/pytorch |
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
-
Hi Community,
is possible to use pairs of {question, answer} as training data without context? From my understanding the framework currently only works with triples as defined by the Squad dataset. What would be the appropriate input format for the training data and do I have to prepend a taskname, if I am finetuning a new task? A list of dicts like {"question":..., "answer":....} ? Many thank's in advance!
Beta Was this translation helpful? Give feedback.
All reactions