bstraehle commited on
Commit
1cbe64f
·
verified ·
1 Parent(s): 1fcc596

Update helper.py

Browse files
Files changed (1) hide show
  1. helper.py +2 -2
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)