Update README.md

#3
by nielsr HF staff - opened
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -2,6 +2,7 @@
2
  license: apache-2.0
3
  tags:
4
  - vision
 
5
  pipeline_tag: image-to-text
6
  ---
7
 
@@ -11,6 +12,8 @@ Nougat model trained on PDF-to-markdown. It was introduced in the paper [Nougat:
11
 
12
  Disclaimer: The team releasing Nougat did not write a model card for this model so this model card has been written by the Hugging Face team.
13
 
 
 
14
  ## Model description
15
 
16
  Nougat is a [Donut](https://huggingface.co/docs/transformers/model_doc/donut) model trained to transcribe scientific PDFs into an easy-to-use markdown format. The model consists of a Swin Transformer as vision encoder, and an mBART model as text decoder.
 
2
  license: apache-2.0
3
  tags:
4
  - vision
5
+ - nougat
6
  pipeline_tag: image-to-text
7
  ---
8
 
 
12
 
13
  Disclaimer: The team releasing Nougat did not write a model card for this model so this model card has been written by the Hugging Face team.
14
 
15
+ Note: this model corresponds to the "0.1.0-base" version of the original repository.
16
+
17
  ## Model description
18
 
19
  Nougat is a [Donut](https://huggingface.co/docs/transformers/model_doc/donut) model trained to transcribe scientific PDFs into an easy-to-use markdown format. The model consists of a Swin Transformer as vision encoder, and an mBART model as text decoder.