File size: 490 Bytes
72b9342
 
dd418da
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7fe1cfb
 
dd418da
 
 
7fe1cfb
 
72b9342
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---

license: cc-by-nd-4.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: Word Problem
    dtype: string
  - name: Explanation
    dtype: string
  - name: Answer
    dtype: int64
  splits:
  - name: train
    num_bytes: 8328
    num_examples: 45
  - name: test
    num_bytes: 1706
    num_examples: 10
  download_size: 10952
  dataset_size: 10034
---