can i train the farm reader model based on the local text document ? #4579
Antonyjoseph4
started this conversation in
General
Replies: 2 comments 2 replies
-
Have you seen this documentation page? https://docs.haystack.deepset.ai/docs/reader#fine-tuning-saving-loading-and-converting? We also have a tutorial: https://haystack.deepset.ai/tutorials/02_finetune_a_model_on_your_data |
Beta Was this translation helpful? Give feedback.
2 replies
-
the training data given in the documents are in the form of .json format, wheras i want to train with my text data which contains paragraph format texts |
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.
-
I have a text document and i have generated questions using the RetrieverQuestionGenerationPipeline, meanwhile i'm fetching the answer from the farm reader model using the ExtractiveQAPipeline, i just want to clarify whether if i can train the farm model with my own text document for answer generation
Beta Was this translation helpful? Give feedback.
All reactions