Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
prompteus commited on
Commit
3cfd544
·
1 Parent(s): 45b1112

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md CHANGED
@@ -7,6 +7,54 @@ size_categories:
7
  task_categories:
8
  - question-answering
9
  pretty_name: AQUA-RAT with Calculator
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
  # Dataset Card for "Calc-aqua_rat"
12
 
 
7
  task_categories:
8
  - question-answering
9
  pretty_name: AQUA-RAT with Calculator
10
+ dataset_info:
11
+ config_name: original-splits
12
+ features:
13
+ - name: id
14
+ dtype: string
15
+ - name: question
16
+ dtype: string
17
+ - name: chain
18
+ dtype: string
19
+ - name: result
20
+ dtype: string
21
+ - name: options
22
+ struct:
23
+ - name: A
24
+ dtype: string
25
+ - name: B
26
+ dtype: string
27
+ - name: C
28
+ dtype: string
29
+ - name: D
30
+ dtype: string
31
+ - name: E
32
+ dtype: string
33
+ - name: question_without_options
34
+ dtype: string
35
+ - name: question_tokenized
36
+ dtype: string
37
+ splits:
38
+ - name: train
39
+ num_bytes: 91164181
40
+ num_examples: 97467
41
+ - name: validation
42
+ num_bytes: 268067
43
+ num_examples: 254
44
+ - name: test
45
+ num_bytes: 257534
46
+ num_examples: 254
47
+ download_size: 52447167
48
+ dataset_size: 91689782
49
+ configs:
50
+ - config_name: original-splits
51
+ data_files:
52
+ - split: train
53
+ path: original-splits/train-*
54
+ - split: validation
55
+ path: original-splits/validation-*
56
+ - split: test
57
+ path: original-splits/test-*
58
  ---
59
  # Dataset Card for "Calc-aqua_rat"
60