CoolFace
Modelpublic

guilhermemoraisr/sofascore-multitask

sourceHugging Facellama2updated 2y agoView on Hugging Face
0likes4downloads
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. -->

meta-llama/Llama-2-7b-hf

This model is a fine-tuned version of meta-llama/Llama-2-7b-hf on the None dataset. It achieves the following results on the evaluation set:

  • Loss: 0.2159
  • Rouge1: 0.8791
  • Rouge2: 0.7599
  • Rougel: 0.8661

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.0002
  • trainbatchsize: 2
  • evalbatchsize: 8
  • seed: 42
  • gradientaccumulationsteps: 2
  • totaltrainbatch_size: 4
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: constant
  • lrschedulerwarmup_ratio: 0.03
  • num_epochs: 5
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossRouge1Rouge2Rougel
0.25480.99905130.24300.87070.74540.8577
0.23512.010270.23330.87170.75030.8613
0.21082.999015400.22050.87450.75430.8634
0.19544.020540.21590.87910.75990.8661
0.19984.995125650.21470.88220.76060.8661

Framework versions

  • PEFT 0.13.1
  • Transformers 4.45.2
  • Pytorch 2.4.1+cu121
  • Datasets 3.0.1
  • Tokenizers 0.20.0