CoolFace
Modelpublic

lct-rug-2022/edos-2023-baseline-bert-base-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-uncased-label_vector

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

  • —Loss: 1.5258
  • —F1: 0.2606

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.13241.181001.95730.0997
1.83222.352001.81040.1286
1.66533.533001.72380.1577
1.52924.714001.67350.1655
1.4235.885001.59870.1916
1.29367.066001.56280.2359
1.22568.247001.54920.2496
1.13859.418001.53880.2618
1.113810.599001.52330.2678
1.059911.7610001.52580.2606

Framework versions

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