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.

rewayat

Rewayat text fragments with train/validation splits

Dataset Description

This dataset was created from multiple TSV files and contains Arabic text fragments with the following information:

  • Total samples: 661143
  • Features: ['text', 'source_file', 'index_level_0']
  • Splits: train, validation (1000:1 ratio)

Usage

from datasets import load_dataset

dataset = load_dataset("lliryc/rewayat")

# Access train split
train_data = dataset['train']

# Access validation split  
validation_data = dataset['validation']

Data Fields

  • text: Arabic text fragments with multiple punctuation marks
  • source_file: Original source file name

Citation

If you use this dataset, please cite it appropriately.

Downloads last month
37