FD900 commited on
Commit
99427bd
·
verified ·
1 Parent(s): c6d45d0

Rename gaia_benchmark/questions.py to gaia_benchmark/metadata.jsonl

Browse files
gaia_benchmark/metadata.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
gaia_benchmark/questions.py DELETED
@@ -1,15 +0,0 @@
1
- """
2
- This file fetches and exposes the GAIA benchmark questions
3
- for the agent to solve. It uses the official get_questions()
4
- function provided by the gaia_benchmark package.
5
- """
6
-
7
- from gaia_benchmark import get_questions
8
-
9
- # Load all official Level 1 GAIA benchmark questions
10
- questions = get_questions()
11
-
12
- # Each question is a dictionary with at least the following keys:
13
- # - question_id
14
- # - question
15
- # - metadata