GithubHelp home page GithubHelp logo

Comments (6)

sandorkonya avatar sandorkonya commented on August 28, 2024 2

@logan-markewich thank you for your comment!

My concerns were rather technical, due to the output of the decoder (i had experience with CNNs until now, there a finetuning was somewhat simpler) but in the meanwhile i learned much about transformers, NLP and pytorch-lightning, and managed to fine-tune on donut-proto on colab with custom small dataset!

from donut.

logan-markewich avatar logan-markewich commented on August 28, 2024 1

In my opinion, that will depend on your training data.

Do you have any overlap with your 8 classes vs. the existing 16? Is your dataset small? If so, I would try using the fine-tuned rvlcdip model. But you will run the risk of still predicting one of the existing 16 classes, but that can be handled with post-processing.

If you have a lot of training data, or your classes don't overlap, you are probably better off using donut-base

from donut.

sandorkonya avatar sandorkonya commented on August 28, 2024 1

@qustions i had success on very few examples! I went down to 50 / class and it showed already great accuracy.
Hint: If there is a specific word in the title of the page, make that word the class name (instead using arbitrary class names).
Consider using this repo to generate endless training samples: https://github.com/sparkfish/augraphy

from donut.

qustions avatar qustions commented on August 28, 2024

Hello @sandorkonya I am also trying to do the same I have small dataset
If possible could you please share the colab of donut fine-tune

from donut.

sandorkonya avatar sandorkonya commented on August 28, 2024

@qustions hi there,
i do the same as here: https://github.com/clovaai/donut#training and use the naver-clova-ix/donut-base model.
I advice putting the data on gDrive (you will have to restart and reinstall the runtime many times to get things working =) ) , i changed
--dataset_name_or_paths '["naver-clova-ix/cord-v2"]'
to
--dataset_name_or_paths ["../gdrive/MyDrive/folderyouhaveyourstuffin"]

note, the "gdrive/MyDrive/folderyouhaveyourstuffin" points to where your train/ and validation/ folders are.

i think the most difficult is however to generate the grounf truth data correctly,, one line from my groung truth file:
{"file_name": "1234.jpg", "ground_truth": "{"gt_parse": {"class": "myimageclass"}}"}

hope this helps

from donut.

qustions avatar qustions commented on August 28, 2024

@sandorkonya Thanks for sharing any idea on how many minimum images require for training

from donut.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.