Upload dataset
Browse files
README.md
CHANGED
@@ -1,3 +1,30 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
configs:
|
4 |
+
- config_name: question_answers
|
5 |
+
data_files:
|
6 |
+
- split: train
|
7 |
+
path: question_answers/train-*
|
8 |
+
- split: test
|
9 |
+
path: question_answers/test-*
|
10 |
+
dataset_info:
|
11 |
+
config_name: question_answers
|
12 |
+
features:
|
13 |
+
- name: question_id
|
14 |
+
dtype: string
|
15 |
+
- name: question
|
16 |
+
dtype: string
|
17 |
+
- name: correct_answer
|
18 |
+
dtype: string
|
19 |
+
- name: correct_answer_document_ids
|
20 |
+
dtype: string
|
21 |
+
splits:
|
22 |
+
- name: train
|
23 |
+
num_bytes: 19414
|
24 |
+
num_examples: 45
|
25 |
+
- name: test
|
26 |
+
num_bytes: 12360
|
27 |
+
num_examples: 30
|
28 |
+
download_size: 25614
|
29 |
+
dataset_size: 31774
|
30 |
---
|
question_answers/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0baa8950f580bd5b3e82b43bf6089f6c70664e75c604597c2d2368b46c60389
|
3 |
+
size 11035
|
question_answers/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c92343d4620e0e8fda8c8df624b2bfaafe8be86b9bc14781cde68a9242d8a408
|
3 |
+
size 14579
|