Spaces:
Running
Running
Update data_loader.py
Browse files- data_loader.py +26 -21
data_loader.py
CHANGED
@@ -120,29 +120,34 @@ datasets = {
|
|
120 |
"vsec": "VSEC",
|
121 |
},
|
122 |
"reasoning": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
"srnatural-azr": "Synthetic Reasoning (Natural) - Azure",
|
124 |
"srnatural-gcp": "Synthetic Reasoning (Natural) - Google Cloud",
|
125 |
-
"
|
126 |
-
"
|
127 |
-
"srpattern-azr": "Synthetic Introduction (Pattern Match) - Azure",
|
128 |
-
"srpattern-gcp": "Synthetic Introduction (Pattern Match) - Google Cloud",
|
129 |
-
"srsubstitution-azr": "Synthetic Introduction (Variable Substitution) - Azure",
|
130 |
-
"srsubstitution-gcp": "Synthetic Introduction (Variable Substitution) - Google Cloud",
|
131 |
-
"math-azr-Algebra": "MATH Level 1 (Algebra) - Azure",
|
132 |
-
"math-azr-Counting&Probability": "MATH Level 1 (Counting&Probability) - Azure",
|
133 |
-
"math-azr-Geometry": "MATH Level 1 (Geometry) - Azure",
|
134 |
-
"math-azr-IntermediateAlgebra": "MATH Level 1 (IntermediateAlgebra) - Azure",
|
135 |
-
"math-azr-NumberTheory": "MATH Level 1 (NumberTheory) - Azure",
|
136 |
-
"math-azr-Prealgebra": "MATH Level 1 (Prealgebra) - Azure",
|
137 |
-
"math-azr-Precalculus": "MATH Level 1 (Precalculus) - Azure",
|
138 |
-
"math-gcp-Algebra": "MATH Level 1 (Algebra) - Google Cloud",
|
139 |
-
"math-gcp-Counting&Probability": "MATH Level 1 (Counting&Probability) - Google Cloud",
|
140 |
-
"math-gcp-Geometry": "MATH Level 1 (Geometry) - Google Cloud",
|
141 |
-
"math-gcp-IntermediateAlgebra": "MATH Level 1 (IntermediateAlgebra) - Google Cloud",
|
142 |
-
"math-gcp-NumberTheory": "MATH Level 1 (NumberTheory) - Google Cloud",
|
143 |
-
"math-gcp-Prealgebra": "MATH Level 1 (Prealgebra) - Google Cloud",
|
144 |
-
"math-gcp-Precalculus": "MATH Level 1 (Precalculus) - Google Cloud",
|
145 |
-
|
146 |
},
|
147 |
}
|
148 |
|
|
|
120 |
"vsec": "VSEC",
|
121 |
},
|
122 |
"reasoning": {
|
123 |
+
# "srnatural-azr": "Synthetic Reasoning (Natural) - Azure",
|
124 |
+
# "srnatural-gcp": "Synthetic Reasoning (Natural) - Google Cloud",
|
125 |
+
# "srinduction-azr": "Synthetic Reasoning (Induction) - Azure",
|
126 |
+
# "srinduction-gcp": "Synthetic Reasoning (Induction) - Google Cloud",
|
127 |
+
# "srpattern-azr": "Synthetic Introduction (Pattern Match) - Azure",
|
128 |
+
# "srpattern-gcp": "Synthetic Introduction (Pattern Match) - Google Cloud",
|
129 |
+
# "srsubstitution-azr": "Synthetic Introduction (Variable Substitution) - Azure",
|
130 |
+
# "srsubstitution-gcp": "Synthetic Introduction (Variable Substitution) - Google Cloud",
|
131 |
+
# "math-azr-Algebra": "MATH Level 1 (Algebra) - Azure",
|
132 |
+
# "math-azr-Counting&Probability": "MATH Level 1 (Counting&Probability) - Azure",
|
133 |
+
# "math-azr-Geometry": "MATH Level 1 (Geometry) - Azure",
|
134 |
+
# "math-azr-IntermediateAlgebra": "MATH Level 1 (IntermediateAlgebra) - Azure",
|
135 |
+
# "math-azr-NumberTheory": "MATH Level 1 (NumberTheory) - Azure",
|
136 |
+
# "math-azr-Prealgebra": "MATH Level 1 (Prealgebra) - Azure",
|
137 |
+
# "math-azr-Precalculus": "MATH Level 1 (Precalculus) - Azure",
|
138 |
+
# "math-gcp-Algebra": "MATH Level 1 (Algebra) - Google Cloud",
|
139 |
+
# "math-gcp-Counting&Probability": "MATH Level 1 (Counting&Probability) - Google Cloud",
|
140 |
+
# "math-gcp-Geometry": "MATH Level 1 (Geometry) - Google Cloud",
|
141 |
+
# "math-gcp-IntermediateAlgebra": "MATH Level 1 (IntermediateAlgebra) - Google Cloud",
|
142 |
+
# "math-gcp-NumberTheory": "MATH Level 1 (NumberTheory) - Google Cloud",
|
143 |
+
# "math-gcp-Prealgebra": "MATH Level 1 (Prealgebra) - Google Cloud",
|
144 |
+
# "math-gcp-Precalculus": "MATH Level 1 (Precalculus) - Google Cloud",
|
145 |
+
"math-azr": "MATH Level 1 - Azure",
|
146 |
+
"math-gcp": "MATH Level 1 - Google Cloud",
|
147 |
"srnatural-azr": "Synthetic Reasoning (Natural) - Azure",
|
148 |
"srnatural-gcp": "Synthetic Reasoning (Natural) - Google Cloud",
|
149 |
+
"srabstract-azr": "Synthetic Reasoning (Abstract Symbol)- Azure",
|
150 |
+
"srabstract-gcp": "Synthetic Reasoning (Abstract Symbol)- Google Cloud",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
},
|
152 |
}
|
153 |
|