Skip to content

Commit

Permalink
Use prompts with cleaned doctests by default
Browse files Browse the repository at this point in the history
This should really be merged with prepare_prompts_for_hfhub
  • Loading branch information
arjunguha committed Sep 9, 2024
1 parent c31a48c commit 6a04908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataset_builder/prepare_prompts_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def main():
help="Skips tests that fail to translate. By default, if a test fails to translate, the entire problem is skipped.",
)

args.add_argument("--originals", type=str, default="../datasets/originals")
args.add_argument("--originals", type=str, default="../datasets/originals-with-cleaned-doctests")

args = args.parse_args()

Expand Down

0 comments on commit 6a04908

Please sign in to comment.