-
Has anyone ever ran into a similar issue to this while running evaluations on some tasks? For context, I'm running into this issue while running the
|
Beta Was this translation helpful? Give feedback.
Answered by
isaacna
Oct 23, 2024
Replies: 1 comment
-
Found the root cause. I didn't realize that the RetrievalEvaluator was doing some batching under the hood for |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
isaacna
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found the root cause. I didn't realize that the RetrievalEvaluator was doing some batching under the hood for
encode_corpus
calls. I was doing some caching locally to store embedding results but this was causing some mismatch issues with the batching