Skip to content
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

Commit / Edit / Diff models & their evaluation #47

Closed
wants to merge 219 commits into from
Closed

Conversation

Muennighoff
Copy link
Contributor

@Muennighoff Muennighoff commented Mar 16, 2023

See https://huggingface.co/datasets/bigcode/evaluation/tree/main for results

Regarding the HumanEval change - the prior splitting was a bug imo as it does not work when there is | in the input

>>> x = """    return True <|endoftext|> hello def kk <|>|> """
>>> re.split("(%s)" % "|".join(["<|endoftext|>"]), x)
['    return True ', '<', '|', 'endoftext', '|', '>', ' hello def kk ', '<', '|', '>', '|', '>', ' ']

Closed in favor of: #120

@Muennighoff Muennighoff changed the title Add parity Add parity & python bugs Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants