Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Languages:
Persian
Size:
1K - 10K
ArXiv:
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,33 @@ task_ids:
|
|
19 |
- extractive-qa
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: PersiNLU (Reading Comprehension)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for PersiNLU (Reading Comprehension)
|
@@ -164,4 +191,4 @@ CC BY-NC-SA 4.0 License
|
|
164 |
|
165 |
### Contributions
|
166 |
|
167 |
-
Thanks to [@danyaljj](https://github.com/danyaljj) for adding this dataset.
|
|
|
19 |
- extractive-qa
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: PersiNLU (Reading Comprehension)
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: question
|
25 |
+
dtype: string
|
26 |
+
- name: url
|
27 |
+
dtype: string
|
28 |
+
- name: context
|
29 |
+
dtype: string
|
30 |
+
- name: answers
|
31 |
+
sequence:
|
32 |
+
- name: answer_start
|
33 |
+
dtype: int32
|
34 |
+
- name: answer_text
|
35 |
+
dtype: string
|
36 |
+
config_name: parsinlu-repo
|
37 |
+
splits:
|
38 |
+
- name: test
|
39 |
+
num_bytes: 681945
|
40 |
+
num_examples: 575
|
41 |
+
- name: train
|
42 |
+
num_bytes: 747679
|
43 |
+
num_examples: 600
|
44 |
+
- name: validation
|
45 |
+
num_bytes: 163185
|
46 |
+
num_examples: 125
|
47 |
+
download_size: 4117863
|
48 |
+
dataset_size: 1592809
|
49 |
---
|
50 |
|
51 |
# Dataset Card for PersiNLU (Reading Comprehension)
|
|
|
191 |
|
192 |
### Contributions
|
193 |
|
194 |
+
Thanks to [@danyaljj](https://github.com/danyaljj) for adding this dataset.
|