prompteus commited on
Commit
32fa5d0
1 Parent(s): c517af4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -3
README.md CHANGED
@@ -1,16 +1,52 @@
1
  ---
2
- license: mit
3
- task_categories:
4
- - text-generation
5
  language:
6
  - en
7
  - ar
 
8
  size_categories:
9
  - 1K<n<10K
 
 
10
  tags:
11
  - math world problems
12
  - math
13
  - arithmetics
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
 
 
1
  ---
 
 
 
2
  language:
3
  - en
4
  - ar
5
+ license: mit
6
  size_categories:
7
  - 1K<n<10K
8
+ task_categories:
9
+ - text-generation
10
  tags:
11
  - math world problems
12
  - math
13
  - arithmetics
14
+ dataset_info:
15
+ config_name: original-splits
16
+ features:
17
+ - name: question
18
+ dtype: string
19
+ - name: chain
20
+ dtype: string
21
+ - name: result
22
+ dtype: string
23
+ - name: result_float
24
+ dtype: float64
25
+ - name: equation
26
+ dtype: string
27
+ - name: expression
28
+ dtype: string
29
+ splits:
30
+ - name: train
31
+ num_bytes: 902374
32
+ num_examples: 3636
33
+ - name: test
34
+ num_bytes: 128608
35
+ num_examples: 520
36
+ - name: val
37
+ num_bytes: 257241
38
+ num_examples: 1040
39
+ download_size: 522977
40
+ dataset_size: 1288223
41
+ configs:
42
+ - config_name: original-splits
43
+ data_files:
44
+ - split: train
45
+ path: original-splits/train-*
46
+ - split: test
47
+ path: original-splits/test-*
48
+ - split: val
49
+ path: original-splits/val-*
50
  ---
51
 
52