Spaces:
Runtime error
Runtime error
Cartinoe5930
commited on
Commit
•
16b20e5
1
Parent(s):
4ce2c2f
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def load_responses():
|
|
78 |
|
79 |
def load_questions(math, gsm):
|
80 |
math_questions = []
|
81 |
-
|
82 |
# mmlu_questions = []
|
83 |
for i in range(100):
|
84 |
math_questions.append(f"{i+1}. " + math[i]["question"])
|
|
|
78 |
|
79 |
def load_questions(math, gsm):
|
80 |
math_questions = []
|
81 |
+
gsm_questions = []
|
82 |
# mmlu_questions = []
|
83 |
for i in range(100):
|
84 |
math_questions.append(f"{i+1}. " + math[i]["question"])
|