--- library_name: transformers license: apache-2.0 base_model: google-t5/t5-base tags: - generated_from_trainer metrics: - accuracy - f1 - precision - recall model-index: - name: jackmedda/google-t5-t5-base_finetuned_augmented_augmented_llama3.1_70b results: [] --- # jackmedda/google-t5-t5-base_finetuned_augmented_augmented_llama3.1_70b This model is a fine-tuned version of [google-t5/t5-base](https://huggingface.co/google-t5/t5-base) on the None dataset. It achieves the following results on the evaluation set: - Loss: 0.5652 - Accuracy: 0.7647 - F1: 0.8667 - Precision: 0.7647 - Recall: 1.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 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: 50 ### Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall | |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:| | 0.4491 | 1.0 | 12 | 0.6537 | 0.7 | 0.8235 | 0.7 | 1.0 | | 0.4432 | 2.0 | 24 | 0.7230 | 0.7 | 0.8235 | 0.7 | 1.0 | | 0.408 | 3.0 | 36 | 0.7302 | 0.7 | 0.8235 | 0.7 | 1.0 | | 0.3525 | 4.0 | 48 | 0.7255 | 0.7 | 0.8235 | 0.7 | 1.0 | | 0.4235 | 5.0 | 60 | 0.7084 | 0.7 | 0.8235 | 0.7 | 1.0 | | 0.4058 | 6.0 | 72 | 0.6872 | 0.7 | 0.8235 | 0.7 | 1.0 | | 0.3962 | 7.0 | 84 | 0.7000 | 0.7 | 0.8235 | 0.7 | 1.0 | | 0.3954 | 8.0 | 96 | 0.6605 | 0.7 | 0.8235 | 0.7 | 1.0 | | 0.3998 | 9.0 | 108 | 0.7026 | 0.7 | 0.8235 | 0.7 | 1.0 | ### Framework versions - Transformers 4.48.2 - Pytorch 2.3.0+cu121 - Datasets 3.2.0 - Tokenizers 0.21.0