Upload dataset
Browse files- README.md +39 -1
- questions/test-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
-
|
4 |
features:
|
5 |
- name: id
|
6 |
dtype: int64
|
@@ -34,9 +34,47 @@ dataset_info:
|
|
34 |
num_examples: 22633
|
35 |
download_size: 17332067
|
36 |
dataset_size: 49992486
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
configs:
|
38 |
- config_name: corpus
|
39 |
data_files:
|
40 |
- split: test
|
41 |
path: corpus/test-*
|
|
|
|
|
|
|
|
|
42 |
---
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
- config_name: corpus
|
4 |
features:
|
5 |
- name: id
|
6 |
dtype: int64
|
|
|
34 |
num_examples: 22633
|
35 |
download_size: 17332067
|
36 |
dataset_size: 49992486
|
37 |
+
- config_name: questions
|
38 |
+
features:
|
39 |
+
- name: question
|
40 |
+
dtype: string
|
41 |
+
- name: category
|
42 |
+
dtype: string
|
43 |
+
- name: subcategory
|
44 |
+
dtype: string
|
45 |
+
- name: correct
|
46 |
+
dtype: string
|
47 |
+
- name: incorrect
|
48 |
+
sequence: string
|
49 |
+
- name: noise_article_ids
|
50 |
+
sequence: int64
|
51 |
+
- name: relevant_doc_ids
|
52 |
+
sequence: int64
|
53 |
+
- name: correct_letter
|
54 |
+
dtype: string
|
55 |
+
- name: answers_string
|
56 |
+
dtype: string
|
57 |
+
- name: english_question
|
58 |
+
dtype: string
|
59 |
+
- name: english_correct
|
60 |
+
dtype: string
|
61 |
+
- name: english_incorrect
|
62 |
+
sequence: string
|
63 |
+
- name: english_answers_string
|
64 |
+
dtype: string
|
65 |
+
splits:
|
66 |
+
- name: test
|
67 |
+
num_bytes: 1118989
|
68 |
+
num_examples: 214
|
69 |
+
download_size: 477271
|
70 |
+
dataset_size: 1118989
|
71 |
configs:
|
72 |
- config_name: corpus
|
73 |
data_files:
|
74 |
- split: test
|
75 |
path: corpus/test-*
|
76 |
+
- config_name: questions
|
77 |
+
data_files:
|
78 |
+
- split: test
|
79 |
+
path: questions/test-*
|
80 |
---
|
questions/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:243607f2a470fbbda25a01bc5f1f1de5ea66dfbc33d047996d456558bc4fad8b
|
3 |
+
size 477271
|