riotu-lab commited on
Commit
46ccd56
·
verified ·
1 Parent(s): 51c26ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -14
README.md CHANGED
@@ -34,14 +34,14 @@ size_categories:
34
  - 100K<n<1M
35
  ---
36
 
37
- # SAND: Large-Scale Synthetic Arabic OCR Dataset
38
 
39
  [![Hugging Face Datasets](https://img.shields.io/badge/🤗%20Hugging%20Face-Datasets-yellow)](https://huggingface.co/datasets/riotu-lab/SAND)
40
  [![GitHub](https://img.shields.io/badge/GitHub-Repository-blue)](https://github.com/riotu-lab/text2image)
41
 
42
  ## Overview
43
 
44
- **SAND** (Synthetic Arabic OCR Dataset) is a large-scale, synthetically generated dataset designed for training and evaluating Optical Character Recognition (OCR) models for Arabic text. This dataset addresses the critical need for comprehensive Arabic text recognition resources by providing controlled, diverse, and scalable training data that simulates real-world book layouts.
45
 
46
  ## Key Features
47
 
@@ -129,7 +129,7 @@ from PIL import Image
129
  import matplotlib.pyplot as plt
130
 
131
  # Load dataset with streaming enabled
132
- ds = load_dataset("riotu-lab/SAND", streaming=True)
133
  print(ds)
134
 
135
  # Iterate over a specific font dataset (e.g., Amiri)
@@ -169,18 +169,7 @@ SAND is designed to support various Arabic text recognition tasks:
169
  - Benchmarking OCR performance across different fonts and layouts
170
  - Research in Arabic natural language processing and computer vision
171
 
172
- ## Citation
173
 
174
- If you use SAND in your research, please cite:
175
-
176
- ```bibtex
177
- @misc{sand2025,
178
- title={SAND: A Large-Scale Synthetic Arabic OCR Corpus for Vision-Language Models},
179
- author={RIOTU Lab},
180
- year={2025},
181
- howpublished={\url{https://huggingface.co/datasets/riotu-lab/SAND}}
182
- }
183
- ```
184
 
185
  ## Acknowledgments
186
 
 
34
  - 100K<n<1M
35
  ---
36
 
37
+ # SARD: Synthetic Arabic Recognition Dataset
38
 
39
  [![Hugging Face Datasets](https://img.shields.io/badge/🤗%20Hugging%20Face-Datasets-yellow)](https://huggingface.co/datasets/riotu-lab/SAND)
40
  [![GitHub](https://img.shields.io/badge/GitHub-Repository-blue)](https://github.com/riotu-lab/text2image)
41
 
42
  ## Overview
43
 
44
+ **SARD** (Synthetic Arabic Recognition Dataset) is a large-scale, synthetically generated dataset designed for training and evaluating Optical Character Recognition (OCR) models for Arabic text. This dataset addresses the critical need for comprehensive Arabic text recognition resources by providing controlled, diverse, and scalable training data that simulates real-world book layouts.
45
 
46
  ## Key Features
47
 
 
129
  import matplotlib.pyplot as plt
130
 
131
  # Load dataset with streaming enabled
132
+ ds = load_dataset("riotu-lab/SARD", streaming=True)
133
  print(ds)
134
 
135
  # Iterate over a specific font dataset (e.g., Amiri)
 
169
  - Benchmarking OCR performance across different fonts and layouts
170
  - Research in Arabic natural language processing and computer vision
171
 
 
172
 
 
 
 
 
 
 
 
 
 
 
173
 
174
  ## Acknowledgments
175