--- library_name: transformers license: apache-2.0 base_model: google/flan-t5-base tags: - generated_from_trainer model-index: - name: t5_functio_no_prompt results: [] --- # t5_functio_no_prompt This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 0.0090 ## 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: 2 - seed: 0 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: cosine_with_restarts - num_epochs: 7 ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | 0.0334 | 1.0 | 1107 | 0.0147 | | 0.0058 | 2.0 | 2214 | 0.0130 | | 0.0053 | 3.0 | 3321 | 0.0116 | | 0.0241 | 4.0 | 4428 | 0.0103 | | 0.021 | 5.0 | 5535 | 0.0093 | | 0.0196 | 6.0 | 6642 | 0.0090 | | 0.0044 | 7.0 | 7749 | 0.0090 | ### Framework versions - Transformers 4.44.2 - Pytorch 2.4.0+cu121 - Datasets 2.21.0 - Tokenizers 0.19.1