File size: 3,235 Bytes
a6e8fee
 
 
 
 
 
 
 
 
55cc8bb
 
 
 
a6e8fee
 
 
 
 
c58f416
 
 
 
 
 
 
 
3752e59
a6e8fee
c58f416
 
 
 
 
 
f1075a5
c58f416
 
 
 
 
 
 
 
 
 
 
 
f1075a5
c58f416
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b9794c5
c58f416
c806d6c
c58f416
b9794c5
c58f416
 
 
 
 
 
b9794c5
c58f416
 
 
 
 
 
 
 
b9794c5
c58f416
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
---
dataset_info:
  features:
  - name: lecture
    dtype: string
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 7020342
    num_examples: 103
  download_size: 3711610
  dataset_size: 7020342
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
license: cc-by-4.0
task_categories:
- question-answering
- text-generation
language:
- en
- ar
size_categories:
- 100K<n<1M
---



# Seerah of Prophet Muhammad (SAW) – Lecture Transcripts by Dr. Yasir Qadhi

## Overview
This dataset contains the full **transcripts** of all **104 lectures** delivered by **Dr. Yasir Qadhi** on the **Seerah (biography) of Prophet Muhammad (SAW)**. These lectures provide a comprehensive, chronological account of the **life, teachings, and historical context** of the Prophet (SAW), covering key events such as:

- His **birth and early life** in Mecca.
- The **revelation of Prophethood** and the message of Islam.
- **Persecution in Mecca** and the migration (Hijrah) to Medina.
- The **establishment of the first Islamic state**.
- **Major battles and treaties**, including Badr, Uhud, and Hudaybiyyah.
- His **final days and passing**.

The original lectures are available on **SoundCloud**: [Here](https://soundcloud.com/zikr/sets/seerah-of-prophet-muhammad)

## Dataset Details
- **Source**: Transcripts of Dr. Yasir Qadhi’s lectures.
- **Number of Lectures**: 104.
- **Language**: English.
- **Format**: Plain text.
- **Topics Covered**:
  - Life of Prophet Muhammad (SAW)
  - Meccan & Medinan periods
  - Key battles and major historical events
  - Personal interactions and teachings of the Prophet

## Use Cases
This dataset is ideal for:
- **Pretraining & Fine-tuning LLMs** on **Islamic history & Seerah**.
- **Developing a QA system** for answering questions about **Prophet Muhammad (SAW)**.
- **Islamic research & academic studies** on the biography of the Prophet.
- **Speech-to-text analysis** of long-form religious discourse.

## Potential Applications
- **AI-driven Islamic Chatbots** for answering Seerah-related queries.
- **Educational Tools & Apps** for learning about Islamic history.
- **Conversational AI for religious studies**.
- **Islamic knowledge graph development**.


## How to Use
### Load Dataset in Python
```python
from datasets import load_dataset,

seerah_data = load_dataset("rwmasood/transcirpt-seerah-dr-yasir-qadhi")

print(seerah_data)
```

## **Citation**
If you use this dataset in your research or project, please cite it as follows:

📌 **Dr. Wasif Masood** (2024). *Seerah of Prophet Muhammad (SAW) - Lecture Transcripts by Dr. Yasir Qadhi*. Version 1.0.  
Available at: [https://huggingface.co./datasets/rwmasood/transcirpt-seerah-dr-yasir-qadhi](https://huggingface.co./datasets/rwmasood/transcirpt-seerah-dr-yasir-qadhi)

### **BibTeX:**
```bibtex
@dataset{rwmasood_seerah_transcripts_2024,
  author={Dr. Yasir Qadhi},
  title     = {Seerah of Prophet Muhammad (SAW) - Lecture Transcripts by Dr. Yasir Qadhi},
  year      = {2024},
  publisher = {Hugging Face},
  url       = {https://huggingface.co./datasets/rwmasood/transcirpt-seerah-dr-yasir-qadhi},
  version   = {1.0},
  license   = {CC BY 4.0},
  institution = {Empirisch Tech GmbH}
}