File size: 815 Bytes
b0fb2bd
 
2d1530d
 
 
0316e41
 
b251b67
 
0316e41
 
2d1530d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0316e41
 
 
b251b67
 
 
0316e41
 
 
cf41ffd
0316e41
b0fb2bd
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---

license: mit
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
dataset_info:
  features:
  - name: Context
    dtype: string
  - name: Question
    dtype: string
  - name: Answer
    dtype: string
  - name: Ground_truths
    struct:
    - name: answer
      dtype: string
    - name: decimal
      dtype: float64
    - name: type
      dtype: string
  - name: Explanation
    dtype: string
  splits:
  - name: train
    num_bytes: 26210438
    num_examples: 6203
  - name: test
    num_bytes: 4679980
    num_examples: 1133
  - name: validation
    num_bytes: 3629081
    num_examples: 871
  download_size: 11547423
  dataset_size: 34519499
---