-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
mmlu translated professionally by OpenAI #2312
Open
giuliolovisotto
wants to merge
25
commits into
EleutherAI:main
Choose a base branch
from
giuliolovisotto:task/2305-openai-multilingual-mmlu
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
mmlu translated professionally by OpenAI #2312
giuliolovisotto
wants to merge
25
commits into
EleutherAI:main
from
giuliolovisotto:task/2305-openai-multilingual-mmlu
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
giuliolovisotto
requested review from
haileyschoelkopf,
lintangsutawika and
baberabb
as code owners
September 17, 2024 14:21
giuliolovisotto
changed the title
Draft: mmlu but it is translated professionally by OpenAI
Draft: mmlu translated professionally by OpenAI
Sep 24, 2024
* Update README.md I encounter some Git buffer size limits when trying to download all commits history of the repository, such as: ```error: RPC failed; curl 18 transfer closed with outstanding read data remaining error: 5815 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF``` therefore the installation is faster and there are not errors when I download only the last version of the repository * Fix linting issue
* feat(neuron): align with latest optimum-neuron * feat(neuron): support pre-exported neuron models * fix(neuron): correctly use max_length * fix(neuron): adapt loglikelihood The evaluation of log likelihood was not working for neuron models using continuous batching, such as all cached neuron LLama models. * refactor(neuron): remove dead code
* Treat python tasks same as yaml tasks. * Add tests. * Re-add fixture decorators. * Fix typing specification error for Python 3.9.
* change glianorex to test set * nit * fix test; doc_to_target can be str for multiple_choice * nit
…erAI#2334) * add newlines to task descriptions; increment versions * fix task tests (with groups) * Apply suggestions from code review --------- Co-authored-by: Hailey Schoelkopf <[email protected]>
* Added TurkishMMLU to LM Evaluation Harness * Fixed COT name * Fixed COT name * Updated Readme * Fixed Test issues * Completed Scan for changed tasks * Updated Readme * Update README.md * fixup task naming casing + ensure yaml template stubs aren't registered --------- Co-authored-by: Hailey Schoelkopf <[email protected]> Co-authored-by: haileyschoelkopf <[email protected]>
* better error message; fix greedy matching * Update lm_eval/models/openai_completions.py Co-authored-by: Hailey Schoelkopf <[email protected]> * Update lm_eval/models/openai_completions.py Co-authored-by: Hailey Schoelkopf <[email protected]> * pre-commit --------- Co-authored-by: Hailey Schoelkopf <[email protected]>
giuliolovisotto
changed the title
Draft: mmlu translated professionally by OpenAI
mmlu translated professionally by OpenAI
Sep 27, 2024
bomtorazek
reviewed
Oct 10, 2024
} | ||
|
||
|
||
def normalize_extracted_answer(extracted_answer: str) -> str: |
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.
Hi giuliolovisotto,
Thank you for your efforts. You've greatly saved me a lot of time.
I have a question regarding this line.
It seems that this function and QUERY_TEMPLATE_MULTICHOICE
are not used anywhere, so I believe they can be removed.
Is that correct?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Following up from #2305
@baberabb
mmlu/default
so I dropped some options to do cot/generative/fewshots.I'll try to run something like llama 70b in the next days to make sure numbers make sense.