CoolFace
Modelpublic

XiaPinJohnKe/test-trainer

sourceHugging Faceapache-2.0updated 10mo agoView on Hugging Face
0likes169downloads
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. -->

test-trainer

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

  • Loss: 0.5037
  • Accuracy: 0.7794
  • F1: 0.8534

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: 1.5e-06
  • trainbatchsize: 32
  • evalbatchsize: 32
  • seed: 42
  • optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • lrschedulertype: linear
  • num_epochs: 12.0

Training results

Training LossEpochStepValidation LossAccuracyF1
0.80510.86961000.62910.68380.8122
0.61291.73912000.58570.69120.8158
0.5872.60873000.55860.70340.8207
0.55163.47834000.53610.71320.8235
0.54234.34785000.52080.72790.8290
0.51535.21746000.50960.74510.8344
0.49776.08707000.50980.750.8376
0.49686.95658000.50570.75740.8411
0.48187.82619000.50510.76470.8452
0.47198.695710000.50310.77700.8520
0.46749.565211000.50460.77940.8539
0.462410.434812000.50330.77940.8534
0.455511.304313000.50370.77940.8534

Framework versions

  • Transformers 4.57.2
  • Pytorch 2.9.0+cu126
  • Datasets 4.0.0
  • Tokenizers 0.22.1