MohamedRashad commited on
Commit
a8bfde5
·
verified ·
1 Parent(s): f405d24

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gpl-3.0
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - ar
7
+ pretty_name: Arabic Books
8
+ size_categories:
9
+ - 1K<n<10K
10
+ tags:
11
+ - arabic
12
+ - ocr
13
+ - books
14
+ - text-extraction
15
+ - language-modeling
16
+ - vision-transformers
17
+ ---
18
+
19
+ # Arabic Books
20
+
21
+ ## Dataset Summary
22
+
23
+ The `arabic-books` dataset contains **8,500 rows of text**, each representing the full text of a single Arabic book. These texts were extracted using the **`arabic-large-nougat`** model, showcasing the model’s capabilities in Arabic OCR and text extraction. The dataset spans a total of **1.1 billion tokens**, calculated using the GPT-4 tokenizer.
24
+
25
+ This dataset is a **testimony to the quality** of the Arabic Nougat models and their effectiveness in extracting structured text from complex Arabic documents.
26
+
27
+ ## Research Context
28
+
29
+ The dataset is part of the **Arabic Nougat** research project and supports the findings of the research paper:
30
+ **[Arabic-Nougat: Fine-Tuning Vision Transformers for Arabic OCR and Markdown Extraction](https://huggingface.co/papers/2411.17835)**.
31
+
32
+ ## Purpose
33
+
34
+ This dataset is intended to:
35
+ - Demonstrate the performance of Arabic Nougat models.
36
+ - Serve as a resource for developing **Arabic language models** and advancing research in **Arabic NLP**.
37
+
38
+ ## Licensing
39
+
40
+ This dataset is released under the **GPL-3.0 License**, enabling its open-source availability for further research and development.
41
+
42
+ ## Citation
43
+
44
+ If you use this dataset, please cite the corresponding research paper:
45
+ ```bibtex
46
+ @misc{rashad2024arabicnougatfinetuningvisiontransformers,
47
+ title={Arabic-Nougat: Fine-Tuning Vision Transformers for Arabic OCR and Markdown Extraction},
48
+ author={Mohamed Rashad},
49
+ year={2024},
50
+ eprint={2411.17835},
51
+ archivePrefix={arXiv},
52
+ primaryClass={cs.CL},
53
+ url={https://arxiv.org/abs/2411.17835},
54
+ }
55
+ ```