CoolFace
Modelpublic

lct-rug-2022/edos-2023-baseline-bert-base-multilingual-uncased-label_vector

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

edos-2023-baseline-bert-base-multilingual-uncased-label_vector

This model is a fine-tuned version of bert-base-multilingual-uncased on an unknown dataset. It achieves the following results on the evaluation set:

  • —Loss: 1.6113
  • —F1: 0.2785

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

Training results

Training LossEpochStepValidation LossF1
2.01251.181001.82900.1089
1.66982.352001.64580.2223
1.48123.533001.60350.2463
1.31374.714001.57290.2502
1.21435.885001.55490.2697
1.08057.066001.55530.2759
0.98388.247001.57300.2879
0.89819.418001.61130.2785

Framework versions

  • —Transformers 4.24.0
  • —Pytorch 1.12.1+cu113
  • —Datasets 2.7.1
  • —Tokenizers 0.13.2