Yzineb's picture
Upload README.md with huggingface_hub
a03778b verified
metadata
language:
  - ar
license: cc-by-4.0
task_categories:
  - text-generation
  - fill-mask
tags:
  - arabic
  - books
  - literature
size_categories:
  - 1K<n<10K

Arabic Multimodal Text Dataset

This dataset contains Arabic text extracted from public domain books available on Archive.org.

Dataset Details

  • Language: Arabic
  • Total Text Samples: 162
  • Source PDFs: 11 out of 50
  • Format: JSONL

Structure

Each line in the JSONL file contains:

{
  "source": "URL of the original PDF",
  "title": "Title of the book",
  "text": "Extracted Arabic text"
}

Usage

from datasets import load_dataset

dataset = load_dataset("Yzineb/arabic_multimodal_text")

Source

Texts extracted from Archive.org - Arabic language collection.

License

CC-BY-4.0 (books are public domain, extraction and compilation under CC-BY-4.0)