Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -40,6 +40,40 @@ dataset_info:
|
|
40 |
num_examples: 1858
|
41 |
download_size: 1596116
|
42 |
dataset_size: 3447233
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
- config_name: proxima_corpus
|
44 |
features:
|
45 |
- name: id
|
@@ -65,6 +99,10 @@ configs:
|
|
65 |
data_files:
|
66 |
- split: test
|
67 |
path: bsard_corpus/test-*
|
|
|
|
|
|
|
|
|
68 |
- config_name: proxima_corpus
|
69 |
data_files:
|
70 |
- split: test
|
|
|
40 |
num_examples: 1858
|
41 |
download_size: 1596116
|
42 |
dataset_size: 3447233
|
43 |
+
- config_name: bsard_questions
|
44 |
+
features:
|
45 |
+
- name: question
|
46 |
+
dtype: string
|
47 |
+
- name: category
|
48 |
+
dtype: string
|
49 |
+
- name: subcategory
|
50 |
+
dtype: string
|
51 |
+
- name: correct
|
52 |
+
dtype: string
|
53 |
+
- name: incorrect
|
54 |
+
sequence: string
|
55 |
+
- name: noise_article_ids
|
56 |
+
sequence: int64
|
57 |
+
- name: relevant_doc_ids
|
58 |
+
sequence: int64
|
59 |
+
- name: correct_letter
|
60 |
+
dtype: string
|
61 |
+
- name: answers_string
|
62 |
+
dtype: string
|
63 |
+
- name: question_translated
|
64 |
+
dtype: string
|
65 |
+
- name: correct_translated
|
66 |
+
dtype: string
|
67 |
+
- name: incorrect_translated
|
68 |
+
sequence: string
|
69 |
+
- name: answers_string_translated
|
70 |
+
dtype: string
|
71 |
+
splits:
|
72 |
+
- name: test
|
73 |
+
num_bytes: 283652
|
74 |
+
num_examples: 54
|
75 |
+
download_size: 131651
|
76 |
+
dataset_size: 283652
|
77 |
- config_name: proxima_corpus
|
78 |
features:
|
79 |
- name: id
|
|
|
99 |
data_files:
|
100 |
- split: test
|
101 |
path: bsard_corpus/test-*
|
102 |
+
- config_name: bsard_questions
|
103 |
+
data_files:
|
104 |
+
- split: test
|
105 |
+
path: bsard_questions/test-*
|
106 |
- config_name: proxima_corpus
|
107 |
data_files:
|
108 |
- split: test
|