--- library_name: transformers license: apache-2.0 base_model: KETI-AIR/ke-t5-base-ko tags: - generated_from_trainer model-index: - name: t5diary results: [] --- # t5diary This model is a fine-tuned version of [KETI-AIR/ke-t5-base-ko](https://huggingface.co/KETI-AIR/ke-t5-base-ko) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 34.2794 ## 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: 8 - eval_batch_size: 8 - seed: 42 - optimizer: Use 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: 5 ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | No log | 1.0 | 374 | 81.5988 | | 134.8974 | 2.0 | 748 | 49.8391 | | 63.6569 | 3.0 | 1122 | 42.3124 | | 63.6569 | 4.0 | 1496 | 36.3005 | | 41.2313 | 5.0 | 1870 | 34.2794 | ### Framework versions - Transformers 4.46.1 - Pytorch 2.5.0 - Datasets 3.0.2 - Tokenizers 0.20.1