evaluation_of_RAG_retrieval_chunking_methods.md - how did you guys calculate precision? #533
Closed
aidando73
started this conversation in
Discussions
Replies: 2 comments 2 replies
|
Sweet - thank you 🙏 |
0 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'm trying to reproduce this calculation (squad dataset)
But I'm getting 0.213 instead of 0.1246
My code is here: https://github.com/aidando73/hello-retrieval-evals/blob/main/squad_1.ipynb
What am I doing differently here? I'm doing:
All reactions