rwmasood's picture
Update README.md
f1075a5 verified
metadata
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

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

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

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}
}