--- library_name: transformers license: apache-2.0 base_model: google-t5/t5-base tags: - generated_from_trainer metrics: - accuracy model-index: - name: pair_conservation_gc_t5 results: [] --- # pair_conservation_gc_t5 This model is a fine-tuned version of [google-t5/t5-base](https://huggingface.co/google-t5/t5-base) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 0.4508 - Accuracy: 0.8185 ## 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: 32 - eval_batch_size: 32 - seed: 0 - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments - lr_scheduler_type: polynomial - num_epochs: 6 ### Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | |:-------------:|:-----:|:----:|:---------------:|:--------:| | No log | 1.0 | 384 | 0.4479 | 0.8118 | | 0.5844 | 2.0 | 768 | 0.4670 | 0.8009 | | 0.5344 | 3.0 | 1152 | 0.4637 | 0.8087 | | 0.515 | 4.0 | 1536 | 0.4545 | 0.8142 | | 0.515 | 5.0 | 1920 | 0.4445 | 0.8177 | | 0.51 | 6.0 | 2304 | 0.4508 | 0.8185 | ### Framework versions - Transformers 4.46.3 - Pytorch 2.5.1+cu121 - Datasets 3.1.0 - Tokenizers 0.20.3