MohamedRashad commited on
Commit
c9952f7
·
verified ·
1 Parent(s): e825481

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -108,13 +108,14 @@ By selecting the GPL 3.0 license, you promote the principles of open source and
108
  If you find this model useful, please consider citing the original facebook/nougat-base model and the datasets used for fine-tuning, including the Khatt dataset and any details regarding the custom dataset.
109
 
110
  ```bibtex
111
- @misc{blecher2023nougat,
112
- title={Nougat: Neural Optical Understanding for Academic Documents},
113
- author={Lukas Blecher and Guillem Cucurull and Thomas Scialom and Robert Stojnic},
114
- year={2023},
115
- eprint={2308.13418},
116
  archivePrefix={arXiv},
117
- primaryClass={cs.LG}
 
118
  }
119
  ```
120
 
 
108
  If you find this model useful, please consider citing the original facebook/nougat-base model and the datasets used for fine-tuning, including the Khatt dataset and any details regarding the custom dataset.
109
 
110
  ```bibtex
111
+ @misc{rashad2024arabicnougatfinetuningvisiontransformers,
112
+ title={Arabic-Nougat: Fine-Tuning Vision Transformers for Arabic OCR and Markdown Extraction},
113
+ author={Mohamed Rashad},
114
+ year={2024},
115
+ eprint={2411.17835},
116
  archivePrefix={arXiv},
117
+ primaryClass={cs.CL},
118
+ url={https://arxiv.org/abs/2411.17835},
119
  }
120
  ```
121