bstraehle commited on
Commit
da9fcee
·
verified ·
1 Parent(s): 270acfd

Create helper.py

Browse files
Files changed (1) hide show
  1. helper.py +10 -0
helper.py ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ import pandas as pd
2
+
3
+ FILE_PATH = "https://huggingface.co/datasets/gaia-benchmark/GAIA/blob/main/2023/validation/"
4
+
5
+ def get_questions():
6
+ df = df.sort_values(f"{FILE_PATH}metadata.jsonl", by = "Level", ascending = True)
7
+
8
+ print(df["Level", "Question", "file_name", "final_answer"])
9
+
10
+ return "TODO"