Spaces:
Paused
Paused
Update helper.py
Browse files
helper.py
CHANGED
|
@@ -2,8 +2,8 @@ import pandas as pd
|
|
| 2 |
|
| 3 |
LEVEL = 1
|
| 4 |
|
| 5 |
-
FILE_NAME = "gaia_20.jsonl"
|
| 6 |
-
#FILE_NAME = "gaia_validation.jsonl"
|
| 7 |
|
| 8 |
def get_questions():
|
| 9 |
df = pd.read_json(FILE_NAME, lines = True)
|
|
|
|
| 2 |
|
| 3 |
LEVEL = 1
|
| 4 |
|
| 5 |
+
FILE_NAME = "data/gaia_20.jsonl"
|
| 6 |
+
#FILE_NAME = "data/gaia_validation.jsonl"
|
| 7 |
|
| 8 |
def get_questions():
|
| 9 |
df = pd.read_json(FILE_NAME, lines = True)
|