Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Languages:
Arabic
Size:
1K - 10K
License:
Salama1429
commited on
Commit
·
975521e
1
Parent(s):
4e1c858
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: pq_id
|
5 |
+
dtype: string
|
6 |
+
- name: passage
|
7 |
+
dtype: string
|
8 |
+
- name: surah
|
9 |
+
dtype: int8
|
10 |
+
- name: verses
|
11 |
+
dtype: string
|
12 |
+
- name: question
|
13 |
+
dtype: string
|
14 |
+
- name: answers
|
15 |
+
sequence:
|
16 |
+
- name: text
|
17 |
+
dtype: string
|
18 |
+
- name: answer_start
|
19 |
+
dtype: int32
|
20 |
+
splits:
|
21 |
+
- name: train
|
22 |
+
num_bytes: 692719
|
23 |
+
num_examples: 710
|
24 |
+
- name: validation
|
25 |
+
num_bytes: 107785
|
26 |
+
num_examples: 109
|
27 |
+
- name: test
|
28 |
+
num_bytes: 216975
|
29 |
+
num_examples: 238
|
30 |
+
- name: test_noAnswers
|
31 |
+
num_bytes: 227799
|
32 |
+
num_examples: 274
|
33 |
+
download_size: 486968
|
34 |
+
dataset_size: 1245278
|
35 |
+
---
|
36 |
+
# Dataset Card for "tarteel-ai-QuranQA"
|
37 |
+
|
38 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|