GenerativeQAPipeline return total nonsence #4484
Unanswered
NorbertHenschl
asked this question in
Questions
Replies: 1 comment 3 replies
-
Hey @NorbertHenschl, Can you try using PromptNode instead of Seq2Seq generator with Flax-XL models or OpenAI APIs? |
Beta Was this translation helpful? Give feedback.
3 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 Dataset of roughly 2000 Knowledge items which I imported in a FAISS Document store.
When I run a question "How can I cancel a Leave Request?", the retriever gets the right documents but the generator
generator = Seq2SeqGenerator(model_name_or_path="vblagoje/bart_lfqa")
creates a nonsence anwser from that.
I'm pretty lost on what I should do now.
Thanks in advance for the help.
My Program:
main.py.txt
The Result:
Result.txt
Beta Was this translation helpful? Give feedback.
All reactions