--- license: mit base_model: naver-clova-ix/donut-base tags: - generated_from_trainer datasets: - imagefolder model-index: - name: donut-base-death results: [] --- # donut-base-death This model is a fine-tuned version of [naver-clova-ix/donut-base](https://huggingface.co/naver-clova-ix/donut-base) on the imagefolder dataset. It achieves the following results on the evaluation set: - Loss: 0.3296 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 2e-05 - train_batch_size: 2 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 30 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | 0.8331 | 1.0 | 70 | 0.3877 | | 0.2835 | 2.0 | 140 | 0.2715 | | 0.1761 | 3.0 | 210 | 0.2680 | | 0.095 | 4.0 | 280 | 0.2797 | | 0.1615 | 5.0 | 350 | 0.3204 | | 0.0158 | 6.0 | 420 | 0.3483 | | 0.0059 | 7.0 | 490 | 0.3216 | | 0.04 | 8.0 | 560 | 0.3296 | ### Framework versions - Transformers 4.35.0 - Pytorch 2.1.0+cu118 - Datasets 2.14.6 - Tokenizers 0.14.1