Norm commited on
Commit
b5ff51f
1 Parent(s): 6889c7e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -8,7 +8,7 @@ language:
8
 
9
  - **Model type:** [Donut](https://huggingface.co/docs/transformers/model_doc/donut)
10
  - **Finetuned from:** [facebook/nougat-base](https://huggingface.co/facebook/nougat-base)
11
- - **Repository:** [source code](https://github.com/NormXU/nougat-latext-ocr)
12
 
13
  Nougat-LaTeX-based is fine-tuned from [facebook/nougat-base](https://huggingface.co/facebook/nougat-base) with [im2latex-100k](https://zenodo.org/record/56198#.V2px0jXT6eA) to boost its proficiency in generating LaTeX code from images.
14
  Since the initial encoder input image size of nougat was unsuitable for equation image segments, leading to potential rescaling artifacts that degrades the generation quality of LaTeX code. To address this, Nougat-LaTeX-based adjusts the input resolution to a height of 224 and a width of 560.
 
8
 
9
  - **Model type:** [Donut](https://huggingface.co/docs/transformers/model_doc/donut)
10
  - **Finetuned from:** [facebook/nougat-base](https://huggingface.co/facebook/nougat-base)
11
+ - **Repository:** [source code](https://github.com/NormXU/nougat-latex-ocr)
12
 
13
  Nougat-LaTeX-based is fine-tuned from [facebook/nougat-base](https://huggingface.co/facebook/nougat-base) with [im2latex-100k](https://zenodo.org/record/56198#.V2px0jXT6eA) to boost its proficiency in generating LaTeX code from images.
14
  Since the initial encoder input image size of nougat was unsuitable for equation image segments, leading to potential rescaling artifacts that degrades the generation quality of LaTeX code. To address this, Nougat-LaTeX-based adjusts the input resolution to a height of 224 and a width of 560.