Multiple question to the same text

Hello,
What would be the best way when using Question/Answering to apply multiple questions to the same text? right now we can just loop multiple question to the pipeline but I assume this would require to put the text in GPU multiple times etc. It would be much easier to raise some kind of array of questions and get an array of answers? Did anyone tried this?
Thanks

1 Like