0 votes
in Generative AI by
What would be an appropriate task to perform after retrieving passages using the Retriever in a RAG model?

a. Fine-tune the retriever model on a different dataset

b. Pass the retrieved passages to the generator for response generation.

c. Tokenize the retrieved passages using the Rag Tokenizer.

d. Generate responses directly using the RagRetriever.

1 Answer

0 votes
by
Pass the retrieved passages to the generator for response generation.
...