CoolFace
Modelpublic

MohammadKarami/ernieMtask2

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. -->

Model

This model is a fine-tuned version of susnato/ernie-m-base_pytorch on the None dataset. It achieves the following results on the evaluation set:

  • —Loss: 1.3594
  • —F1: 0.8030

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: 8
  • —evalbatchsize: 8
  • —seed: 42
  • —gradientaccumulationsteps: 4
  • —totaltrainbatch_size: 32
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —num_epochs: 8
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossF1
0.8181.014690.72370.7282
0.53392.029380.67030.7587
0.34873.044070.74010.7683
0.23864.058760.73840.7901
0.1435.073451.00720.7736
0.08196.088141.08980.7979
0.04387.0102831.31990.7948
0.01668.0117521.35940.8030

Framework versions

  • —Transformers 4.41.2
  • —Pytorch 2.3.0+cu121
  • —Datasets 2.19.2
  • —Tokenizers 0.19.1