CoolFace
Modelpublic

renjithks/layoutlmv2-cord-ner

sourceHugging Facecc-by-nc-sa-4.0updated 4y agoView on Hugging Face
0likes19downloads
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. -->

layoutlmv2-cord-ner

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

  • Loss: 0.0952
  • Precision: 0.9639
  • Recall: 0.9741
  • F1: 0.9690
  • Accuracy: 0.9911

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

Training results

Training LossEpochStepValidation LossPrecisionRecallF1Accuracy
No log1.01130.59620.87140.89730.88420.9405
No log2.02260.40640.87130.90980.89010.9511
No log3.03390.26870.93140.93860.93500.9754
No log4.04520.20070.93550.94720.94130.9792
0.46775.05650.16250.94970.95970.95470.9834
0.46776.06780.13260.95260.96450.95850.9868
0.46777.07910.12120.95080.96450.95760.9851
0.46778.09040.10190.96750.97120.96930.9911
0.11319.010170.10290.95450.96640.96040.9881
0.113110.011300.09520.96390.97410.96900.9911

Framework versions

  • Transformers 4.16.2
  • Pytorch 1.9.0+cu111
  • Datasets 1.18.4
  • Tokenizers 0.11.6