-
Notifications
You must be signed in to change notification settings - Fork 459
dataset: Add mbpp retrieval #3037
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dataset: Add mbpp retrieval #3037
Conversation
- Code retrieval task based on 378 Python programming problems - Natural language queries matched to Python code implementations - Uses python-Code evaluation language for code-specific metrics - Includes proper citations and descriptive statistics
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking great - these PRs are a pleasure to review :)
(again citations only citations formatting is missing)
@KennethEnevoldsen Ah, sorry, i forgot about the citation formatting. Can you please check now? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Citation looks good as well (CI passes). Thanks!
reference="https://huggingface.co/datasets/embedding-benchmark/MBPP", | ||
dataset={ | ||
"path": "embedding-benchmark/MBPP", | ||
"revision": "12a7c6b3b7e985be9b9f81e2f06306ffd17cc5a4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm this version does not seem to exist. I was able to find the latest one though:
586a1fd6a0c63fdeda3b49c0293559a81c79cdec
fixes #3015