Martin Nguyen commited on
Commit
9e62081
1 Parent(s): 80961f0

Update data

Browse files
Files changed (2) hide show
  1. data_loader.py +16 -3
  2. evaluation_results.xlsx +0 -0
data_loader.py CHANGED
@@ -119,8 +119,21 @@ datasets = {
119
  "srnatural-gcp": "Synthetic Reasoning (Natural) - Google Cloud",
120
  "srabstract-azr": "Synthetic Reasoning (Abstract Symbol)- Azure",
121
  "srabstract-gcp": "Synthetic Reasoning (Abstract Symbol)- Google Cloud",
122
- "math-azr": "MATH Level 1 - Azure",
123
- "math-gcp": "MATH Level 1 - Google Cloud",
 
 
 
 
 
 
 
 
 
 
 
 
 
124
  },
125
  }
126
 
@@ -156,7 +169,7 @@ def load_data(file_name):
156
  dataset_name = datasets[task_id][dataset_id]
157
 
158
  dataset_data = sheet_data.iloc[row_ids[i] + 1: row_ids[i + 1]]
159
- dataset_data = dataset_data.fillna('-')
160
  header = sheet_data.iloc[0]
161
  header[0] = "Models"
162
 
 
119
  "srnatural-gcp": "Synthetic Reasoning (Natural) - Google Cloud",
120
  "srabstract-azr": "Synthetic Reasoning (Abstract Symbol)- Azure",
121
  "srabstract-gcp": "Synthetic Reasoning (Abstract Symbol)- Google Cloud",
122
+ "math-azr-Algebra": "MATH Level 1 (Algebra) - Azure",
123
+ "math-azr-Counting&Probability": "MATH Level 1 (Counting&Probability) - Azure",
124
+ "math-azr-Geometry": "MATH Level 1 (Geometry) - Azure",
125
+ "math-azr-IntermediateAlgebra": "MATH Level 1 (IntermediateAlgebra) - Azure",
126
+ "math-azr-NumberTheory": "MATH Level 1 (NumberTheory) - Azure",
127
+ "math-azr-Prealgebra": "MATH Level 1 (Prealgebra) - Azure",
128
+ "math-azr-Precalculus": "MATH Level 1 (Precalculus) - Azure",
129
+ "math-gcp-Algebra": "MATH Level 1 (Algebra) - Google Cloud",
130
+ "math-gcp-Counting&Probability": "MATH Level 1 (Counting&Probability) - Google Cloud",
131
+ "math-gcp-Geometry": "MATH Level 1 (Geometry) - Google Cloud",
132
+ "math-gcp-IntermediateAlgebra": "MATH Level 1 (IntermediateAlgebra) - Google Cloud",
133
+ "math-gcp-NumberTheory": "MATH Level 1 (NumberTheory) - Google Cloud",
134
+ "math-gcp-Prealgebra": "MATH Level 1 (Prealgebra) - Google Cloud",
135
+ "math-gcp-Precalculus": "MATH Level 1 (Precalculus) - Google Cloud",
136
+
137
  },
138
  }
139
 
 
169
  dataset_name = datasets[task_id][dataset_id]
170
 
171
  dataset_data = sheet_data.iloc[row_ids[i] + 1: row_ids[i + 1]]
172
+ dataset_data = dataset_data.fillna(f'-')
173
  header = sheet_data.iloc[0]
174
  header[0] = "Models"
175
 
evaluation_results.xlsx CHANGED
Binary files a/evaluation_results.xlsx and b/evaluation_results.xlsx differ