CoolFace
Modelpublic

EndLessTime/fine_tuned_xsum

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes6downloads
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. -->

finetunedxsum

This model is a fine-tuned version of Qwen/Qwen2-1.5B on an unknown dataset. It achieves the following results on the evaluation set:

  • Loss: 0.1573
  • Accuracy: 0.9597

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

Training results

Training LossEpochStepValidation LossAccuracy
0.79910.02891000.37640.8394
0.61530.05782000.34920.8602
0.39290.08673000.50040.8501
0.79810.11564000.34590.8677
0.58530.14455000.31240.8787
0.32840.17346000.24380.9308
0.35910.20237000.28420.9041
0.3320.23118000.39040.9038
0.34240.26009000.22340.9402
0.26090.288910000.25860.9249
0.30360.317811000.27750.9204
0.24290.346712000.15210.9441
0.24950.375613000.23260.9512
0.24860.404514000.27120.9467
0.17110.433415000.15730.9597

Framework versions

  • Transformers 4.49.0
  • Pytorch 2.6.0+cu126
  • Datasets 3.3.2
  • Tokenizers 0.21.0