Spaces:
Running
Running
update evaluation result 11 November
Browse files- data_loader.py +6 -0
data_loader.py
CHANGED
@@ -123,6 +123,12 @@ datasets = {
|
|
123 |
"srnatural-gcp": "Synthetic Reasoning (Natural) - Google Cloud",
|
124 |
"srabstract-azr": "Synthetic Reasoning (Abstract Symbol)- Azure",
|
125 |
"srabstract-gcp": "Synthetic Reasoning (Abstract Symbol)- Google Cloud",
|
|
|
|
|
|
|
|
|
|
|
|
|
126 |
"math-azr-Algebra": "MATH Level 1 (Algebra) - Azure",
|
127 |
"math-azr-Counting&Probability": "MATH Level 1 (Counting&Probability) - Azure",
|
128 |
"math-azr-Geometry": "MATH Level 1 (Geometry) - Azure",
|
|
|
123 |
"srnatural-gcp": "Synthetic Reasoning (Natural) - Google Cloud",
|
124 |
"srabstract-azr": "Synthetic Reasoning (Abstract Symbol)- Azure",
|
125 |
"srabstract-gcp": "Synthetic Reasoning (Abstract Symbol)- Google Cloud",
|
126 |
+
"srinduction-azr": "Synthetic Reasoning (Induction) - Azure",
|
127 |
+
"srinduction-gcp": "Synthetic Reasoning (Induction) - Google Cloud",
|
128 |
+
"srpattern-azr": "Synthetic Introduction (Pattern Match) - Azure",
|
129 |
+
"srpattern-gcp": "Synthetic Introduction (Pattern Match) - Google Cloud",
|
130 |
+
"srsubstitution-azr": "Synthetic Introduction (Variable Substitution) - Azure",
|
131 |
+
"srsubstitution-gcp": "Synthetic Introduction (Variable Substitution) - Google Cloud",
|
132 |
"math-azr-Algebra": "MATH Level 1 (Algebra) - Azure",
|
133 |
"math-azr-Counting&Probability": "MATH Level 1 (Counting&Probability) - Azure",
|
134 |
"math-azr-Geometry": "MATH Level 1 (Geometry) - Azure",
|