--- library_name: transformers license: apache-2.0 base_model: google-t5/t5-small tags: - generated_from_trainer metrics: - rouge model-index: - name: summarization_t5-small results: [] --- # summarization_t5-small This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 2.4770 - Rouge1: 0.1477 - Rouge2: 0.0555 - Rougel: 0.1233 - Rougelsum: 0.1233 - Gen Len: 20.0 ## 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: 16 - eval_batch_size: 16 - seed: 42 - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments - lr_scheduler_type: linear - num_epochs: 4 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len | |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:| | No log | 1.0 | 62 | 2.7719 | 0.1351 | 0.042 | 0.113 | 0.1128 | 20.0 | | No log | 2.0 | 124 | 2.5576 | 0.1408 | 0.0473 | 0.1165 | 0.1167 | 20.0 | | No log | 3.0 | 186 | 2.4940 | 0.1466 | 0.0535 | 0.1215 | 0.1216 | 20.0 | | No log | 4.0 | 248 | 2.4770 | 0.1477 | 0.0555 | 0.1233 | 0.1233 | 20.0 | ### Framework versions - Transformers 4.52.4 - Pytorch 2.6.0+cu124 - Datasets 3.6.0 - Tokenizers 0.21.1