CoolFace
Modelpublic

tmnam20/bert-base-multilingual-cased-qnli-1

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

bert-base-multilingual-cased-qnli-1

This model is a fine-tuned version of bert-base-multilingual-cased on the tmnam20/VieGLUE/QNLI dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.3278
  • —Accuracy: 0.8852

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: 32
  • —evalbatchsize: 16
  • —seed: 1
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —num_epochs: 3.0

Training results

Training LossEpochStepValidation LossAccuracy
0.39380.155000.34940.8495
0.37120.3110000.32660.8570
0.38370.4615000.31740.8655
0.34660.6120000.29570.8785
0.30840.7625000.30930.8715
0.3220.9230000.29500.8731
0.2731.0735000.28720.8834
0.26281.2240000.31100.8794
0.27321.3745000.29100.8797
0.25921.5350000.28550.8849
0.2411.6855000.29740.8861
0.22561.8360000.29140.8850
0.24021.9965000.27590.8883
0.19582.1470000.30800.8880
0.16842.2975000.31900.8847
0.14722.4480000.33050.8871
0.16012.685000.32980.8836
0.18572.7590000.32740.8847
0.16672.995000.32560.8841

Framework versions

  • —Transformers 4.35.2
  • —Pytorch 2.2.0.dev20231203+cu121
  • —Datasets 2.15.0
  • —Tokenizers 0.15.0