You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

Muslim — موقع الإسلام سؤال وجواب

Part of the Muslim fine-tuning dataset: grounded, sourced Arabic Islamic Q&A (no fabricated content).

Book موقع الإسلام سؤال وجواب
Author محمد صالح المنجد
Publisher islamqa.com (أرشيف 1430هـ / 2009م)
Year 1430 هـ - 2009 م
Source https://ketabonline.com/ar/books/3210/read

Configs

  • messages (15859) — OpenAI-style chat completions (knowledge-persona system prompt + question + answer with embedded citation). Same schema as NightPrince/muslim-voice-sessions, so they concatenate for SFT. messages is a JSON string — json.loads to expand.
  • qa (15859, from v2) — structured cleaned Q&A; verse_refs / citations are JSON strings.
from datasets import load_dataset
load_dataset("<repo>", "messages")   # training view
load_dataset("<repo>", "qa")         # structured / provenance

⚠️ Private dataset for internal fine-tuning. Source text is under its original publisher's copyright.

Downloads last month
4