clovaai / donut

Official Implementation of OCR-free Document Understanding Transformer (Donut) and Synthetic Document Generator (SynthDoG), ECCV 2022
https://arxiv.org/abs/2111.15664
MIT License
5.74k stars 466 forks source link

Where is the fine-tuned model? #300

Closed sdip15fa closed 4 months ago

sdip15fa commented 4 months ago

Hello, I have been fine-tuning donut using the command provided

python train.py --config config/train_cord.yaml --pretrained_model_name_or_path "../donut-base" --dataset_name_or_paths '["../data"]' --exp_version "test_experiment"

However, after the training completes, I cannot find the fine-tuned model anywhere. Could you please tell me where it is?