-
Notifications
You must be signed in to change notification settings - Fork 116
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
Update arabic_evals.py: Fix custom arabic tasks [2nd attempt] #444
Conversation
Fix alghafa prompt function by explicitly determining the list of choices based on task_name. Not all subsets of AlGhafa Native share same columns
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Co-authored-by: Clémentine Fourrier <22726840+clefourrier@users.noreply.github.com>
Fix to `KeyError: 'sol3'` and `TypeError: Doc.__init__() got an unexpected keyword argument 'target_for_fewshot_sorting'`
Ready to be merged [√] KeyError: 'sol3' And: TypeError: Doc.__init__() got an unexpected keyword argument 'target_for_fewshot_sorting' |
@clefourrier I believe this PR is ready to be merged and it is tested 👍 |
Yep, will merge as soon as tests pass ^^ thanks for the ping! |
@alielfilali01 you'll need to make sure code qual passes |
Damn i keep forgetting that 🥲 sorry will run it later ounce i can ! Thanks @clefourrier |
Fix alghafa prompt function by explicitly determining the list of choices based on task_name.
(Not all subsets of AlGhafa Native share same columns)
cc: @clefourrier