--- library_name: transformers license: apache-2.0 base_model: google/flan-t5-small tags: - generated_from_trainer model-index: - name: flan-t5-small-gigatrue-AI-D5 results: [] --- # flan-t5-small-gigatrue-AI-D5 This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 2.3385 ## 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: 0.0003 - train_batch_size: 256 - eval_batch_size: 256 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 3 ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:------:|:-----:|:---------------:| | 2.8418 | 0.2030 | 3000 | 2.3908 | | 2.7413 | 0.4059 | 6000 | 2.3675 | | 2.7179 | 0.6089 | 9000 | 2.3553 | | 2.7088 | 0.8119 | 12000 | 2.3489 | | 2.7028 | 1.0148 | 15000 | 2.3451 | | 2.697 | 1.2178 | 18000 | 2.3421 | | 2.6955 | 1.4207 | 21000 | 2.3398 | | 2.693 | 1.6237 | 24000 | 2.3400 | | 2.6911 | 1.8267 | 27000 | 2.3384 | | 2.6925 | 2.0296 | 30000 | 2.3384 | | 2.6897 | 2.2326 | 33000 | 2.3386 | | 2.6921 | 2.4356 | 36000 | 2.3384 | | 2.6916 | 2.6385 | 39000 | 2.3381 | | 2.691 | 2.8415 | 42000 | 2.3385 | ### Framework versions - Transformers 4.45.2 - Pytorch 2.5.1 - Datasets 3.2.0 - Tokenizers 0.20.3