Atipico1 commited on
Commit
8e503f8
·
verified ·
1 Parent(s): 107e8d8

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: question
5
+ dtype: string
6
+ - name: answers
7
+ sequence: string
8
+ - name: ctxs
9
+ list:
10
+ - name: hasanswer
11
+ dtype: bool
12
+ - name: id
13
+ dtype: string
14
+ - name: score
15
+ dtype: float64
16
+ - name: text
17
+ dtype: string
18
+ - name: title
19
+ dtype: string
20
+ - name: masked_query
21
+ dtype: string
22
+ - name: original_case
23
+ list:
24
+ - name: answer
25
+ dtype: string
26
+ - name: context
27
+ dtype: string
28
+ - name: distance
29
+ dtype: string
30
+ - name: question
31
+ dtype: string
32
+ - name: unans_case
33
+ list:
34
+ - name: answer
35
+ dtype: string
36
+ - name: context
37
+ dtype: string
38
+ - name: distance
39
+ dtype: string
40
+ - name: question
41
+ dtype: string
42
+ splits:
43
+ - name: train
44
+ num_bytes: 187754303
45
+ num_examples: 20000
46
+ - name: test
47
+ num_bytes: 34159853
48
+ num_examples: 3610
49
+ download_size: 126702831
50
+ dataset_size: 221914156
51
+ configs:
52
+ - config_name: default
53
+ data_files:
54
+ - split: train
55
+ path: data/train-*
56
+ - split: test
57
+ path: data/test-*
58
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0668111278d3df16fbf19003d95713e2610ce92839c015665f89723b2d2b9564
3
+ size 19682112
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a34d7c43306a7afa8539442fd9147e1d142cd7bf0101b01a268b8f658dbcb74
3
+ size 107020719