Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -64,6 +64,40 @@ dataset_info:
|
|
64 |
num_examples: 1858
|
65 |
download_size: 1596116
|
66 |
dataset_size: 3447233
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
- config_name: bsard_questions
|
68 |
features:
|
69 |
- name: question
|
@@ -153,6 +187,10 @@ configs:
|
|
153 |
data_files:
|
154 |
- split: test
|
155 |
path: bsard_corpus/test-*
|
|
|
|
|
|
|
|
|
156 |
- config_name: bsard_questions
|
157 |
data_files:
|
158 |
- split: test
|
|
|
64 |
num_examples: 1858
|
65 |
download_size: 1596116
|
66 |
dataset_size: 3447233
|
67 |
+
- config_name: bsard_known_questions
|
68 |
+
features:
|
69 |
+
- name: question
|
70 |
+
dtype: string
|
71 |
+
- name: category
|
72 |
+
dtype: string
|
73 |
+
- name: subcategory
|
74 |
+
dtype: string
|
75 |
+
- name: correct
|
76 |
+
dtype: string
|
77 |
+
- name: incorrect
|
78 |
+
sequence: string
|
79 |
+
- name: noise_article_ids
|
80 |
+
sequence: int64
|
81 |
+
- name: relevant_doc_ids
|
82 |
+
sequence: int64
|
83 |
+
- name: correct_letter
|
84 |
+
dtype: string
|
85 |
+
- name: answers_string
|
86 |
+
dtype: string
|
87 |
+
- name: question_translated
|
88 |
+
dtype: string
|
89 |
+
- name: correct_translated
|
90 |
+
dtype: string
|
91 |
+
- name: incorrect_translated
|
92 |
+
sequence: string
|
93 |
+
- name: answers_string_translated
|
94 |
+
dtype: string
|
95 |
+
splits:
|
96 |
+
- name: test
|
97 |
+
num_bytes: 268140
|
98 |
+
num_examples: 54
|
99 |
+
download_size: 141620
|
100 |
+
dataset_size: 268140
|
101 |
- config_name: bsard_questions
|
102 |
features:
|
103 |
- name: question
|
|
|
187 |
data_files:
|
188 |
- split: test
|
189 |
path: bsard_corpus/test-*
|
190 |
+
- config_name: bsard_known_questions
|
191 |
+
data_files:
|
192 |
+
- split: test
|
193 |
+
path: bsard_known_questions/test-*
|
194 |
- config_name: bsard_questions
|
195 |
data_files:
|
196 |
- split: test
|