Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -20,6 +20,31 @@ task_ids:
|
|
20 |
- extractive-qa
|
21 |
paperswithcode_id: null
|
22 |
pretty_name: COVID-QA
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
|
@@ -170,4 +195,4 @@ The Proto_qa dataset is licensed under the [Apache License 2.0](https://github.c
|
|
170 |
|
171 |
### Contributions
|
172 |
|
173 |
-
Thanks to [@olinguyen](https://github.com/olinguyen) for adding this dataset.
|
|
|
20 |
- extractive-qa
|
21 |
paperswithcode_id: null
|
22 |
pretty_name: COVID-QA
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: document_id
|
26 |
+
dtype: int32
|
27 |
+
- name: context
|
28 |
+
dtype: string
|
29 |
+
- name: question
|
30 |
+
dtype: string
|
31 |
+
- name: is_impossible
|
32 |
+
dtype: bool
|
33 |
+
- name: id
|
34 |
+
dtype: int32
|
35 |
+
- name: answers
|
36 |
+
sequence:
|
37 |
+
- name: text
|
38 |
+
dtype: string
|
39 |
+
- name: answer_start
|
40 |
+
dtype: int32
|
41 |
+
config_name: covid_qa_deepset
|
42 |
+
splits:
|
43 |
+
- name: train
|
44 |
+
num_bytes: 65151262
|
45 |
+
num_examples: 2019
|
46 |
+
download_size: 4418117
|
47 |
+
dataset_size: 65151262
|
48 |
---
|
49 |
|
50 |
|
|
|
195 |
|
196 |
### Contributions
|
197 |
|
198 |
+
Thanks to [@olinguyen](https://github.com/olinguyen) for adding this dataset.
|