phyground-code / dataprocessing /refine /gen_humaneval_set.py
anonymouscla's picture
Initial anonymous release: phyground-code
4949db9 verified
raw
history blame contribute delete
410 Bytes
"""Disabled human-eval prompt-set generator for the anonymous release.
The original generator writes prompt-selection JSON artifacts that are not part
of this code release.
"""
def main(argv=None):
raise RuntimeError(
"gen_humaneval_set is not included in this release because it writes "
"prompt-selection JSON artifacts that are omitted."
)
if __name__ == "__main__":
main()