Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -14,6 +14,46 @@ dataset_info:
|
|
14 |
num_examples: 2835
|
15 |
download_size: 2803942
|
16 |
dataset_size: 5844985
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
- config_name: all_questions
|
18 |
features:
|
19 |
- name: question
|
@@ -243,6 +283,10 @@ configs:
|
|
243 |
data_files:
|
244 |
- split: test
|
245 |
path: all_corpus/test-*
|
|
|
|
|
|
|
|
|
246 |
- config_name: all_questions
|
247 |
data_files:
|
248 |
- split: test
|
|
|
14 |
num_examples: 2835
|
15 |
download_size: 2803942
|
16 |
dataset_size: 5844985
|
17 |
+
- config_name: all_known_questions
|
18 |
+
features:
|
19 |
+
- name: question
|
20 |
+
dtype: string
|
21 |
+
- name: category
|
22 |
+
dtype: string
|
23 |
+
- name: subcategory
|
24 |
+
dtype: string
|
25 |
+
- name: correct
|
26 |
+
dtype: string
|
27 |
+
- name: incorrect
|
28 |
+
sequence: string
|
29 |
+
- name: noise_article_ids
|
30 |
+
sequence: int64
|
31 |
+
- name: relevant_doc_ids
|
32 |
+
sequence: int64
|
33 |
+
- name: correct_letter
|
34 |
+
dtype: string
|
35 |
+
- name: answers_string
|
36 |
+
dtype: string
|
37 |
+
- name: question_translated
|
38 |
+
dtype: string
|
39 |
+
- name: correct_translated
|
40 |
+
dtype: string
|
41 |
+
- name: incorrect_translated
|
42 |
+
sequence: string
|
43 |
+
- name: answers_string_translated
|
44 |
+
dtype: string
|
45 |
+
- name: document
|
46 |
+
dtype: string
|
47 |
+
- name: noise_ids
|
48 |
+
sequence: int64
|
49 |
+
- name: subset
|
50 |
+
dtype: string
|
51 |
+
splits:
|
52 |
+
- name: test
|
53 |
+
num_bytes: 497762
|
54 |
+
num_examples: 108
|
55 |
+
download_size: 273368
|
56 |
+
dataset_size: 497762
|
57 |
- config_name: all_questions
|
58 |
features:
|
59 |
- name: question
|
|
|
283 |
data_files:
|
284 |
- split: test
|
285 |
path: all_corpus/test-*
|
286 |
+
- config_name: all_known_questions
|
287 |
+
data_files:
|
288 |
+
- split: test
|
289 |
+
path: all_known_questions/test-*
|
290 |
- config_name: all_questions
|
291 |
data_files:
|
292 |
- split: test
|