--- license: mit tags: - generated_from_trainer model-index: - name: finetuned-newwikilingua-summarization results: [] --- # finetuned-newwikilingua-summarization This model is a fine-tuned version of [VietAI/vit5-base](https://huggingface.co./VietAI/vit5-base) on the None dataset. It achieves the following results on the evaluation set: - eval_loss: 0.5537 - eval_rouge1: 35.6789 - eval_rouge2: 17.7858 - eval_rougeL: 27.5165 - eval_rougeLsum: 27.9480 - eval_runtime: 531.5879 - eval_samples_per_second: 3.725 - eval_steps_per_second: 0.931 - epoch: 8.0 - step: 15840 ## 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: 4 - eval_batch_size: 4 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - lr_scheduler_warmup_ratio: 0.05 - num_epochs: 20 - mixed_precision_training: Native AMP ### Framework versions - Transformers 4.17.0 - Pytorch 2.1.2 - Datasets 2.18.0 - Tokenizers 0.15.2