MohamedRashad
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -38,6 +38,9 @@ The model is based on the [facebook/nougat-base](https://huggingface.co/facebook
|
|
38 |
|
39 |
Or, use the code below to get started with the model locally.
|
40 |
|
|
|
|
|
|
|
41 |
```python
|
42 |
from PIL import Image
|
43 |
import torch
|
@@ -107,8 +110,7 @@ By selecting the GPL 3.0 license, you promote the principles of open source and
|
|
107 |
|
108 |
### Citation
|
109 |
|
110 |
-
If you find this model useful, please
|
111 |
-
|
112 |
```bibtex
|
113 |
@misc{rashad2024arabicnougatfinetuningvisiontransformers,
|
114 |
title={Arabic-Nougat: Fine-Tuning Vision Transformers for Arabic OCR and Markdown Extraction},
|
|
|
38 |
|
39 |
Or, use the code below to get started with the model locally.
|
40 |
|
41 |
+
Don't forget to update transformers:
|
42 |
+
`pip install -U transformers`
|
43 |
+
|
44 |
```python
|
45 |
from PIL import Image
|
46 |
import torch
|
|
|
110 |
|
111 |
### Citation
|
112 |
|
113 |
+
If you find this model useful, please cite the corresponding research paper:
|
|
|
114 |
```bibtex
|
115 |
@misc{rashad2024arabicnougatfinetuningvisiontransformers,
|
116 |
title={Arabic-Nougat: Fine-Tuning Vision Transformers for Arabic OCR and Markdown Extraction},
|