bstraehle commited on
Commit
9232f83
·
verified ·
1 Parent(s): c532c90

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -6,7 +6,7 @@ from pptx import Presentation
6
  def get_questions(file_path, level):
7
  #df = pd.read_json(file_path, lines=True)
8
 
9
- df = datasets.load_dataset("gaia-benchmark/GAIA", "2023_all", token=True)["validation"]
10
 
11
  if level > 0:
12
  df = df[df["Level"] == level]
 
6
  def get_questions(file_path, level):
7
  #df = pd.read_json(file_path, lines=True)
8
 
9
+ df = datasets.load_dataset("gaia-benchmark/GAIA", "2023_all", token=True, trust_remote_code=True)["validation"]
10
 
11
  if level > 0:
12
  df = df[df["Level"] == level]