Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Languages:
Russian
Size:
10K - 100K
ArXiv:
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -20,6 +20,35 @@ task_categories:
|
|
20 |
task_ids:
|
21 |
- extractive-qa
|
22 |
paperswithcode_id: sberquad
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
|
@@ -180,4 +209,4 @@ Russian
|
|
180 |
|
181 |
### Contributions
|
182 |
|
183 |
-
Thanks to [@alenusch](https://github.com/Alenush) for adding this dataset.
|
|
|
20 |
task_ids:
|
21 |
- extractive-qa
|
22 |
paperswithcode_id: sberquad
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: id
|
26 |
+
dtype: int32
|
27 |
+
- name: title
|
28 |
+
dtype: string
|
29 |
+
- name: context
|
30 |
+
dtype: string
|
31 |
+
- name: question
|
32 |
+
dtype: string
|
33 |
+
- name: answers
|
34 |
+
sequence:
|
35 |
+
- name: text
|
36 |
+
dtype: string
|
37 |
+
- name: answer_start
|
38 |
+
dtype: int32
|
39 |
+
config_name: sberquad
|
40 |
+
splits:
|
41 |
+
- name: test
|
42 |
+
num_bytes: 36397848
|
43 |
+
num_examples: 23936
|
44 |
+
- name: train
|
45 |
+
num_bytes: 71631661
|
46 |
+
num_examples: 45328
|
47 |
+
- name: validation
|
48 |
+
num_bytes: 7972977
|
49 |
+
num_examples: 5036
|
50 |
+
download_size: 66047276
|
51 |
+
dataset_size: 116002486
|
52 |
---
|
53 |
|
54 |
|
|
|
209 |
|
210 |
### Contributions
|
211 |
|
212 |
+
Thanks to [@alenusch](https://github.com/Alenush) for adding this dataset.
|