4822696
1
2
3
4
5
import json import os with open("HumanEval.jsonl") as f: for line in f: contents = json.loads(line)