riotu-lab commited on
Commit
6eec8d8
1 Parent(s): c1855ef

Update readme

Browse files
Files changed (1) hide show
  1. README.md +53 -1
README.md CHANGED
@@ -7,4 +7,56 @@ language:
7
  pretty_name: 'Tibyan For Holy Quran '
8
  size_categories:
9
  - 10K<n<100K
10
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  pretty_name: 'Tibyan For Holy Quran '
8
  size_categories:
9
  - 10K<n<100K
10
+ ---
11
+ ### Model Details
12
+
13
+ Developed by: Prince Sultan University - Riotu Lab
14
+
15
+ This dataset is intended for use in natural language processing tasks, particularly for understanding classical Arabic and religious texts, including text analysis, language modeling, and thematic studies.
16
+ Primary Users: Researchers and developers in the field of natural language processing, religious studies, and AI, specifically those working with classical Arabic texts.
17
+ Out-of-scope Use Cases: This dataset is not intended for predictive modeling that could lead to ethical concerns, such as surveillance or profiling based on religious texts.
18
+ Model/Data Specifications
19
+
20
+ Format: Json
21
+ Dataset Size: Contains more than 57K rows
22
+ Language: Arabic
23
+
24
+ ### Dataset Structure
25
+
26
+ Fields:
27
+ - sura_number: Integer representing the Surah number in the Quran.-
28
+ - ya_number: Integer representing the Ayah number in the Surah.
29
+ - tafseers: Dictionary mapping Tafseer sources to their text for each Ayah:
30
+
31
+
32
+ tafsirs = {
33
+ 1: "التفسير الميسر",
34
+ 2: "تفسير الجلالين",
35
+ 3:"تفسير ابن كثير",
36
+ 4: "تفسير الوسيط لطنطاوي",
37
+ 5: "تفسير البغوي",
38
+ 6: "تفسير القرطبي",
39
+ 7: "تفسير الطبري",
40
+ }
41
+
42
+
43
+ ### How to Use
44
+
45
+ python
46
+ Copy code
47
+ from datasets import load_dataset
48
+
49
+ # Load the dataset
50
+ dataset = load_dataset("quran_tafseer")
51
+
52
+ # Access a specific sample
53
+ sample = dataset['train'][0]
54
+
55
+
56
+
57
+
58
+ Content: The dataset contains religious texts which should be handled with respect and sensitivity.
59
+ Bias and Fairness: Users of this dataset should be aware of the intrinsic biases in religious texts and interpretations.
60
+
61
+ Data Quality: The quality of the dataset depends on the accuracy of the Tafseers and their translations.
62
+ Contextual Use: It is recommended to use this dataset in the context of religious studies and NLP research, considering the cultural and religious significance of the content.