The-Six-Hadeeth-Books-Dataset
收藏资源简介:
该数据集名为六大圣训集数据集,是一个包含约24,000张图像的大规模集合,代表了六大主要圣训集(Al-Kutub al-Sittah)。数据集专门用于支持古典阿拉伯文字的光学字符识别(OCR)和布局分析研究。数据集包含六个不同的圣训集,每个集合的图像文件按照系统化的命名模式组织。图像命名模式为`{book_id}_{volume_number}_{page_number}.png`,其中`book_id`代表圣训集名称,`volume_number`代表卷号,`page_number`代表该卷内的页码。数据集的语言为古典/宗教阿拉伯语,采用MIT许可证。具体文件数量如下:Sahih al-Bukhari(5,745张)、Sahih Muslim(4,513张)、Sunan Abi Dawud(4,873张)、Sunan al-Nasai(4,142张)、Jami` al-Tirmidhi(3,093张)、Sunan Ibn Majah(2,302张),总计约24,668张图像。数据集适用于训练和微调阿拉伯宗教文本的OCR模型,但不适用于现代标准阿拉伯语手写识别,也不应在未经专业学者咨询的情况下用于宗教裁决的解释。
This dataset is named the Six Major Hadith Collections Dataset, which is a large-scale collection containing approximately 24,000 images representing the six canonical Hadith collections (Al-Kutub al-Sittah). This dataset is specifically designed to support research on optical character recognition (OCR) and layout analysis for classical Arabic script. The dataset comprises six distinct Hadith collections, with image files for each collection organized following a systematic naming convention. The image naming pattern is `{book_id}_{volume_number}_{page_number}.png`, where `book_id` denotes the name of the Hadith collection, `volume_number` refers to the volume number, and `page_number` refers to the page number within that volume. The dataset uses classical/religious Arabic language and is released under the MIT License. The specific number of images is as follows: Sahih al-Bukhari (5,745 images), Sahih Muslim (4,513 images), Sunan Abi Dawud (4,873 images), Sunan al-Nasai (4,142 images), Jami` al-Tirmidhi (3,093 images), and Sunan Ibn Majah (2,302 images), totaling approximately 24,668 images. This dataset is suitable for training and fine-tuning OCR models for Arabic religious texts, but it is not intended for modern standard Arabic handwritten text recognition, and should not be used for interpreting religious rulings without consulting professional scholars.
数据集概述:六大圣训书籍数据集 (The Six Hadeeth Books Dataset)
基本信息
- 数据集名称: The Six Hadeeth Books Dataset
- 数据集地址: https://huggingface.co/datasets/omnianasa/The-Six-Hadeeth-Books-Dataset
- 许可证: MIT
- 语言: 阿拉伯语(古典/宗教文本)
- 任务类别: 图像到文本(Image-to-Text)
- 标签: 伊斯兰、圣训、OCR、阿拉伯语
- 数据集规模: 10K < n < 100K
数据集内容
该数据集是一个大规模图像集合,包含约 24,000 张 图像,涵盖伊斯兰教 六大圣训集(Al-Kutub al-Sittah)。数据集专门用于支持古典阿拉伯语排印的 光学字符识别(OCR) 和 版面分析 研究。
数据特征
- image: 图像数据
- label: 分类标签,包含以下六类:
0:abodwd(苏南·阿布·达乌德)1:bukhari(布哈里圣训集)2:ibnmajah(伊本·马哲圣训集)3:muslim(穆斯林圣训集)4:nasaee(奈萨仪圣训集)5:tirmidhi(提尔米济圣训集)
文件命名规则
每张图像遵循系统化的命名模式,便于程序化加载:
- 模式:
{作者名/书名}_{卷号}_{页码}.png - 示例:
bukhari_01_125.png表示布哈里圣训集第1卷第125页 - 说明: 卷号为
00表示单卷本书籍或搜索到的代表性封面
数据集目录统计
| 目录 | 书名 | 文件数量 |
|---|---|---|
bukhari/ |
布哈里圣训集 | 5,745 |
muslim/ |
穆斯林圣训集 | 4,513 |
abodwd/ |
苏南·阿布·达乌德 | 4,873 |
nasaee/ |
奈萨仪圣训集 | 4,142 |
tirmidhi/ |
提尔米济圣训集 | 3,093 |
ibnmajah/ |
伊本·马哲圣训集 | 2,302 |
| 总计 | ~24,668 张 |
数据集用途
- 训练和微调针对阿拉伯宗教文本的OCR模型
- 不适用于未经额外微调的现代标准阿拉伯语手写识别
- 不应用于在未咨询专业学者的情况下解释宗教裁决
数据加载示例
python from datasets import load_dataset
dataset = load_dataset( "omnianasa/The-Six-Hadeeth-Books-Dataset", revision="refs/convert/parquet" )





