From c27f628e98744f156e653d7eeab3afe018cd14b0 Mon Sep 17 00:00:00 2001 From: Ashu_kun Date: Wed, 18 Jun 2025 22:08:58 +0530 Subject: [PATCH] Docs: Add custom fine-tuning tutorial to TrOCR model page (#38847) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update trocr.md Docs: add community fine‑tuning notebook link to TrOCR page * apply suggested changes from PR review Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> * Update docs/source/en/model_doc/trocr.md Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> --------- Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> --- docs/source/en/model_doc/trocr.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/en/model_doc/trocr.md b/docs/source/en/model_doc/trocr.md index 420398376a5..9abc2add4eb 100644 --- a/docs/source/en/model_doc/trocr.md +++ b/docs/source/en/model_doc/trocr.md @@ -56,6 +56,7 @@ This model was contributed by [nielsr](https://huggingface.co/nielsr). The origi on both printed (e.g. the [SROIE dataset](https://paperswithcode.com/dataset/sroie) and handwritten (e.g. the [IAM Handwriting dataset](https://fki.tic.heia-fr.ch/databases/iam-handwriting-database>) text recognition tasks. For more information, see the [official models](https://huggingface.co/models?other=trocr>). +- [Fine‑tune TrOCR on your own OCR dataset](https://github.com/Ashutosh-4485/trocr-custom-fine-tune.git). - TrOCR is always used within the [VisionEncoderDecoder](vision-encoder-decoder) framework. ## Resources