-
Hello all! I am trying to use haystack to integrate my fine-tuned transformer model with my training set. The way that I would like to use Haystack's functionality is that I want to feed it a number of documents and I want the documents to be correctly segmented into paragraphs, in the same way that they are in the document. I would then send in to my model a query and a paragraph which should get me a YES or NO answer. What would be best approach to do this with Haystack? The part that I am struggling with is using Haystack to break up a document into paragraphs. I am not sure what would be best way to go about that. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hey @ssingh1997 have you tried to use the PreProcessor? It's designed specifically for this task, among others. |
Beta Was this translation helpful? Give feedback.
Hey @ssingh1997 have you tried to use the PreProcessor? It's designed specifically for this task, among others.