FD900's picture
Rename gaia_benchmark/questions.py to questions.py
0ee2d3a verified
raw
history blame
146 Bytes
import json
def get_all_questions():
with open("metadata.jsonl", "r", encoding="utf-8") as f:
return [json.loads(line) for line in f]