--- license: apache-2.0 base_model: t5-small tags: - generated_from_trainer metrics: - rouge model-index: - name: t5-small-matthewKP results: [] --- # t5-small-matthewKP This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 1.3442 - Rouge1: 50.6085 - Rouge2: 32.3631 - Rougel: 50.603 - Rougelsum: 50.6181 - Gen Len: 7.3023 ## 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: 5e-05 - train_batch_size: 8 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 5 ### Training results | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len | |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:| | 1.2079 | 1.0 | 3081 | 1.3586 | 49.0315 | 33.3322 | 49.0039 | 49.0132 | 7.4831 | | 1.0832 | 2.0 | 6162 | 1.3633 | 49.9782 | 33.3737 | 49.8576 | 49.8137 | 7.5308 | | 0.9943 | 3.0 | 9243 | 1.3465 | 49.6141 | 31.6035 | 49.5777 | 49.5428 | 7.2969 | | 0.9591 | 4.0 | 12324 | 1.3442 | 50.6085 | 32.3631 | 50.603 | 50.6181 | 7.3023 | | 0.9512 | 5.0 | 15405 | 1.3641 | 50.3989 | 32.061 | 50.3872 | 50.3757 | 7.2310 | ### Framework versions - Transformers 4.39.0 - Pytorch 2.2.1+cu121 - Datasets 2.18.0 - Tokenizers 0.15.2