Closed guoday closed 3 years ago
Hi, thanks for your hard works.
Whether should we add a line of code problems = sorted(problems) here to pin some ordering? Just like: https://github.com/hendrycks/apps/blob/473a49713a708191b51175691553d88291f8e907/eval/generate_gpt_codes.py#L113
problems = sorted(problems)
If I have any mistake, please point out.
Thanks
Thanks for the suggestion! Feel free to make a pull request next time. I did the fix and pushed it. Let me know if you encounter any other issues or have other suggestions :)
Hi, thanks for your hard works.
Whether should we add a line of code
problems = sorted(problems)
here to pin some ordering? Just like: https://github.com/hendrycks/apps/blob/473a49713a708191b51175691553d88291f8e907/eval/generate_gpt_codes.py#L113If I have any mistake, please point out.
Thanks