Upload dataset
Browse files
README.md
CHANGED
@@ -9,6 +9,8 @@ configs:
|
|
9 |
data_files:
|
10 |
- split: train
|
11 |
path: question_answers/train-*
|
|
|
|
|
12 |
dataset_info:
|
13 |
- config_name: corpus
|
14 |
features:
|
@@ -34,18 +36,21 @@ dataset_info:
|
|
34 |
dtype: string
|
35 |
- name: question
|
36 |
dtype: string
|
37 |
-
- name:
|
38 |
-
|
39 |
-
- name:
|
40 |
-
|
41 |
- name: ground_truths_contexts
|
42 |
dtype: string
|
43 |
splits:
|
44 |
- name: train
|
45 |
-
num_bytes:
|
46 |
-
num_examples:
|
47 |
-
|
48 |
-
|
|
|
|
|
|
|
49 |
---
|
50 |
---
|
51 |
|
|
|
9 |
data_files:
|
10 |
- split: train
|
11 |
path: question_answers/train-*
|
12 |
+
- split: test
|
13 |
+
path: question_answers/test-*
|
14 |
dataset_info:
|
15 |
- config_name: corpus
|
16 |
features:
|
|
|
36 |
dtype: string
|
37 |
- name: question
|
38 |
dtype: string
|
39 |
+
- name: correct_answer
|
40 |
+
dtype: string
|
41 |
+
- name: correct_answer_document_ids
|
42 |
+
dtype: string
|
43 |
- name: ground_truths_contexts
|
44 |
dtype: string
|
45 |
splits:
|
46 |
- name: train
|
47 |
+
num_bytes: 60268
|
48 |
+
num_examples: 45
|
49 |
+
- name: test
|
50 |
+
num_bytes: 33370
|
51 |
+
num_examples: 30
|
52 |
+
download_size: 58080
|
53 |
+
dataset_size: 93638
|
54 |
---
|
55 |
---
|
56 |
|
question_answers/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:adab7671e9a8a7083b200fac374ccb17e768829529b25893c781f980ba09ab17
|
3 |
+
size 22878
|
question_answers/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73c81739e29b2e5fac82accb43d7b3a7f319e047ae56f421dd8d3804f0742bb1
|
3 |
+
size 35202
|