human-eval / convert.py
Martin2203's picture
Add dataset
4822696
raw
history blame
111 Bytes
import json
import os
with open("HumanEval.jsonl") as f:
for line in f:
contents = json.loads(line)