Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Languages:
Arabic
Size:
1K - 10K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -21,6 +21,32 @@ task_ids:
|
|
21 |
- extractive-qa
|
22 |
paperswithcode_id: arcd
|
23 |
pretty_name: ARCD
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
|
26 |
# Dataset Card for "arcd"
|
@@ -192,4 +218,4 @@ The data fields are the same among all splits.
|
|
192 |
|
193 |
### Contributions
|
194 |
|
195 |
-
Thanks to [@albertvillanova](https://github.com/albertvillanova), [@lewtun](https://github.com/lewtun), [@mariamabarham](https://github.com/mariamabarham), [@thomwolf](https://github.com/thomwolf), [@tayciryahmed](https://github.com/tayciryahmed) for adding this dataset.
|
|
|
21 |
- extractive-qa
|
22 |
paperswithcode_id: arcd
|
23 |
pretty_name: ARCD
|
24 |
+
dataset_info:
|
25 |
+
features:
|
26 |
+
- name: id
|
27 |
+
dtype: string
|
28 |
+
- name: title
|
29 |
+
dtype: string
|
30 |
+
- name: context
|
31 |
+
dtype: string
|
32 |
+
- name: question
|
33 |
+
dtype: string
|
34 |
+
- name: answers
|
35 |
+
sequence:
|
36 |
+
- name: text
|
37 |
+
dtype: string
|
38 |
+
- name: answer_start
|
39 |
+
dtype: int32
|
40 |
+
config_name: plain_text
|
41 |
+
splits:
|
42 |
+
- name: train
|
43 |
+
num_bytes: 811064
|
44 |
+
num_examples: 693
|
45 |
+
- name: validation
|
46 |
+
num_bytes: 885648
|
47 |
+
num_examples: 702
|
48 |
+
download_size: 1942399
|
49 |
+
dataset_size: 1696712
|
50 |
---
|
51 |
|
52 |
# Dataset Card for "arcd"
|
|
|
218 |
|
219 |
### Contributions
|
220 |
|
221 |
+
Thanks to [@albertvillanova](https://github.com/albertvillanova), [@lewtun](https://github.com/lewtun), [@mariamabarham](https://github.com/mariamabarham), [@thomwolf](https://github.com/thomwolf), [@tayciryahmed](https://github.com/tayciryahmed) for adding this dataset.
|