Datasets:
Tasks:
Text2Text Generation
Modalities:
Text
Formats:
parquet
Size:
1K - 10K
ArXiv:
Tags:
math-word-problems
License:
jbross-ibm-research
commited on
Commit
•
5357fa2
1
Parent(s):
4188b6e
Upload dataset
Browse files- README.md +25 -0
- zh/test-00000-of-00001.parquet +3 -0
- zh/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -190,6 +190,25 @@ dataset_info:
|
|
190 |
num_examples: 250
|
191 |
download_size: 72250
|
192 |
dataset_size: 161125
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
193 |
configs:
|
194 |
- config_name: bn
|
195 |
data_files:
|
@@ -251,4 +270,10 @@ configs:
|
|
251 |
path: th/train-*
|
252 |
- split: test
|
253 |
path: th/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
254 |
---
|
|
|
190 |
num_examples: 250
|
191 |
download_size: 72250
|
192 |
dataset_size: 161125
|
193 |
+
- config_name: zh
|
194 |
+
features:
|
195 |
+
- name: question
|
196 |
+
dtype: string
|
197 |
+
- name: answer
|
198 |
+
dtype: string
|
199 |
+
- name: answer_number
|
200 |
+
dtype: int32
|
201 |
+
- name: equation_solution
|
202 |
+
dtype: string
|
203 |
+
splits:
|
204 |
+
- name: train
|
205 |
+
num_bytes: 2341
|
206 |
+
num_examples: 8
|
207 |
+
- name: test
|
208 |
+
num_bytes: 60817
|
209 |
+
num_examples: 250
|
210 |
+
download_size: 46382
|
211 |
+
dataset_size: 63158
|
212 |
configs:
|
213 |
- config_name: bn
|
214 |
data_files:
|
|
|
270 |
path: th/train-*
|
271 |
- split: test
|
272 |
path: th/test-*
|
273 |
+
- config_name: zh
|
274 |
+
data_files:
|
275 |
+
- split: train
|
276 |
+
path: zh/train-*
|
277 |
+
- split: test
|
278 |
+
path: zh/test-*
|
279 |
---
|
zh/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb8c5611e7793b4bf1aba520ef826df804c83425f18c9520deeaf4193fcbaab0
|
3 |
+
size 40775
|
zh/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4e7c5e93da4146d1ce6010fa65f7b3083fccdaf6a03e4cca8a0990f02aa227c
|
3 |
+
size 5607
|