CoolFace
Modelpublic

yesj1234/mbart_5p_ko-zh

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes8downloads
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. -->

tst-translation-output

This model is a fine-tuned version of mbart-cc25 on an custom dataset. It achieves the following results on the evaluation set:

  • —Loss: 3.2088
  • —Bleu: 9.6216
  • —Gen Len: 14.1419

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
  • —trainbatchsize: 2
  • —evalbatchsize: 2
  • —seed: 42
  • —distributed_type: multi-GPU
  • —num_devices: 4
  • —gradientaccumulationsteps: 4
  • —totaltrainbatch_size: 32
  • —totalevalbatch_size: 8
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 1500
  • —num_epochs: 40

Training results

Training LossEpochStepValidation LossBleuGen Len
0.4348.57100002.42268.144614.2034
0.080717.15200002.91338.851514.1031
0.023425.72300003.08519.02614.2444
0.006634.29400003.17919.593314.1908

Framework versions

  • —Transformers 4.34.0
  • —Pytorch 2.0.1+cu117
  • —Datasets 2.14.5
  • —Tokenizers 0.14.0