Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -22,3 +22,15 @@ configs:
|
|
| 22 |
- split: test
|
| 23 |
path: data/test-*
|
| 24 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
- split: test
|
| 23 |
path: data/test-*
|
| 24 |
---
|
| 25 |
+
|
| 26 |
+
```bibtex
|
| 27 |
+
@misc{rashad2024arabicnougatfinetuningvisiontransformers,
|
| 28 |
+
title={Arabic-Nougat: Fine-Tuning Vision Transformers for Arabic OCR and Markdown Extraction},
|
| 29 |
+
author={Mohamed Rashad},
|
| 30 |
+
year={2024},
|
| 31 |
+
eprint={2411.17835},
|
| 32 |
+
archivePrefix={arXiv},
|
| 33 |
+
primaryClass={cs.CL},
|
| 34 |
+
url={https://arxiv.org/abs/2411.17835},
|
| 35 |
+
}
|
| 36 |
+
```
|