CoolFace
Modelpublic

ppak10/defect-classification-t5-baseline-25-epochs

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes
Model Card

<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->

defect-classification-t5-baseline-25-epochs

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

  • Loss: 0.6126
  • Accuracy: 0.7147

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.0001
  • trainbatchsize: 512
  • evalbatchsize: 512
  • seed: 42
  • optimizer: Use adamwtorch with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • lrschedulertype: linear
  • num_epochs: 25

Training results

Training LossEpochStepValidation LossAccuracy
0.52591.010620.69940.6570
0.47842.021240.88970.6228
0.40873.031860.83060.6192
0.41824.042480.79150.6394
0.41395.053100.81000.6246
0.40196.063720.80910.6265
0.38177.074340.82020.6252
0.45178.084960.69750.6919
0.3969.095580.68810.6883
0.403310.0106200.69770.6772
0.372611.0116820.63430.7098
0.376112.0127440.64660.7064
0.370613.0138060.62330.7121
0.400714.0148680.71040.6755
0.394315.0159300.64230.7053
0.379116.0169920.66760.6951
0.367517.0180540.61260.7148
0.388718.0191160.62820.7097
0.39619.0201780.62940.7115
0.377920.0212400.62720.7095
0.36321.0223020.62990.7084
0.387222.0233640.60700.7172
0.368923.0244260.62140.7125
0.405924.0254880.61840.7125
0.385825.0265500.61260.7147

Framework versions

  • Transformers 4.47.0
  • Pytorch 2.5.1+cu124
  • Datasets 3.2.0
  • Tokenizers 0.21.0