Add figure (#2)
Browse files- Add figure (4c0c1000aad460df9f5139532eb7247b9d3e280c)
README.md
CHANGED
@@ -17,6 +17,11 @@ Nougat is a [Donut](https://huggingface.co/docs/transformers/model_doc/donut) mo
|
|
17 |
|
18 |
The model is trained to autoregressively predict the markdown given only the pixels of the PDF image as input.
|
19 |
|
|
|
|
|
|
|
|
|
|
|
20 |
## Intended uses & limitations
|
21 |
|
22 |
You can use the raw model for transcribing a PDF into Markdown. See the [model hub](https://huggingface.co/models?search=nougat) to look for other
|
|
|
17 |
|
18 |
The model is trained to autoregressively predict the markdown given only the pixels of the PDF image as input.
|
19 |
|
20 |
+
<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/transformers/model_doc/nougat_architecture.jpg"
|
21 |
+
alt="drawing" width="600"/>
|
22 |
+
|
23 |
+
<small> Nougat high-level overview. Taken from the <a href="https://arxiv.org/abs/2308.13418">original paper</a>. </small>
|
24 |
+
|
25 |
## Intended uses & limitations
|
26 |
|
27 |
You can use the raw model for transcribing a PDF into Markdown. See the [model hub](https://huggingface.co/models?search=nougat) to look for other
|