t5-finetuned-arxiv / README.md
ananyaanuraganand's picture
ananyaanuraganand/new-t5-small-finetuned-science
68a361f verified
metadata
library_name: transformers
license: apache-2.0
base_model: t5-small
tags:
  - generated_from_trainer
model-index:
  - name: t5-finetuned-arxiv
    results: []

t5-finetuned-arxiv

This model is a fine-tuned version of t5-small on an unknown dataset. It achieves the following results on the evaluation set:

  • Loss: 2.8190

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: 5e-05
  • train_batch_size: 4
  • eval_batch_size: 4
  • seed: 42
  • optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • lr_scheduler_type: linear
  • num_epochs: 12

Training results

Training Loss Epoch Step Validation Loss
3.4465 1.0 500 2.9742
3.145 2.0 1000 2.9159
3.0649 3.0 1500 2.8865
3.0191 4.0 2000 2.8646
2.9824 5.0 2500 2.8483
2.9537 6.0 3000 2.8440
2.9331 7.0 3500 2.8365
2.9122 8.0 4000 2.8311
2.8984 9.0 4500 2.8239
2.8864 10.0 5000 2.8238
2.8788 11.0 5500 2.8198
2.874 12.0 6000 2.8190

Framework versions

  • Transformers 4.56.2
  • Pytorch 2.8.0+cu126
  • Datasets 4.0.0
  • Tokenizers 0.22.1