--- base_model: RohanHBTU/flan-t5-base-finetuned-frnet-300ct tags: - generated_from_trainer metrics: - bleu model-index: - name: flan-t5-base-finetuned-frnet-300ct-4e results: [] --- # flan-t5-base-finetuned-frnet-300ct-4e This model is a fine-tuned version of [RohanHBTU/flan-t5-base-finetuned-frnet-300ct](https://huggingface.co./RohanHBTU/flan-t5-base-finetuned-frnet-300ct) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 0.5437 - Bleu: 41.2796 - Gen Len: 88.9977 ## 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: 4 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 2 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len | |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:| | 0.6511 | 1.0 | 17548 | 0.5582 | 39.2906 | 91.7516 | | 0.5902 | 2.0 | 35096 | 0.5437 | 41.2796 | 88.9977 | ### Framework versions - Transformers 4.41.2 - Pytorch 2.3.1+cu121 - Datasets 2.19.2 - Tokenizers 0.19.1