Retriever Scores #4173
-
Hello everyone. I have a question about the scores that the retriever models give you as an output. It's not clear for me what that means exactly. For example. anytime I ask a question which answer isn't in any document of document store it gives me back a score that is higher than the times when it hits the right document. By the way I'm talking about DensePassageRetriever. And I'm using this set of models:
If any of you can help would be great. Thanks a lot. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey @nachoperezzv, Have you trained/fine-tuned these models using your data? It is possible that the embedding these models are generating is not suitable for your own data. |
Beta Was this translation helpful? Give feedback.
Hey @nachoperezzv,
Have you trained/fine-tuned these models using your data? It is possible that the embedding these models are generating is not suitable for your own data.