Datasets:
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 asNightPrince/muslim-voice-sessions, so they concatenate for SFT.messagesis a JSON string —json.loadsto expand.qa(15859, fromv2) — structured cleaned Q&A;verse_refs/citationsare 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