Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
michal-stefanik commited on
Commit
b2a0cae
1 Parent(s): 42f7498

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -10,6 +10,30 @@ tags:
10
  - arithmetics
11
  size_categories:
12
  - 1K<n<10K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
 
15
 
 
10
  - arithmetics
11
  size_categories:
12
  - 1K<n<10K
13
+ dataset_info:
14
+ features:
15
+ - name: id
16
+ dtype: string
17
+ - name: body
18
+ dtype: string
19
+ - name: question
20
+ dtype: string
21
+ - name: equation
22
+ dtype: string
23
+ - name: answer
24
+ dtype: float64
25
+ - name: type
26
+ dtype: string
27
+ - name: chain
28
+ dtype: string
29
+ - name: question_with_body
30
+ dtype: string
31
+ splits:
32
+ - name: test
33
+ num_bytes: 493220
34
+ num_examples: 1000
35
+ download_size: 174729
36
+ dataset_size: 493220
37
  ---
38
 
39