Yama commited on
Commit
ce7fad7
·
1 Parent(s): acfd5f8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -6,22 +6,20 @@ configs:
6
  path: data/train-*
7
  dataset_info:
8
  features:
9
- - name: question
10
  dtype: string
11
- - name: explanation
12
  dtype: string
13
  - name: id
14
  dtype: string
15
- - name: answer
16
  dtype: string
17
- - name: choices
18
- sequence: string
19
  splits:
20
  - name: train
21
- num_bytes: 7274009
22
  num_examples: 28386
23
- download_size: 630659
24
- dataset_size: 7274009
25
  ---
26
  # Dataset Card for "augmath"
27
 
 
6
  path: data/train-*
7
  dataset_info:
8
  features:
9
+ - name: answer
10
  dtype: string
11
+ - name: question
12
  dtype: string
13
  - name: id
14
  dtype: string
15
+ - name: context
16
  dtype: string
 
 
17
  splits:
18
  - name: train
19
+ num_bytes: 8673014
20
  num_examples: 28386
21
+ download_size: 833425
22
+ dataset_size: 8673014
23
  ---
24
  # Dataset Card for "augmath"
25