CoolFace
Modelpublic

philschmid/layoutlm-funsd-tf

sourceHugging Faceupdated 4y agoView on Hugging Face
0likes21downloads
Model Card

<!-- This model card has been generated automatically according to the information Keras had access to. You should probably proofread and complete it, then remove this comment. -->

layoutlm-funsd-tf

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

  • Train Loss: 0.2280
  • Validation Loss: 0.6532
  • Train Overall Precision: 0.7218
  • Train Overall Recall: 0.7878
  • Train Overall F1: 0.7534
  • Train Overall Accuracy: 0.8144
  • Epoch: 7

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:

  • optimizer: {'name': 'AdamWeightDecay', 'learningrate': 3e-05, 'decay': 0.0, 'beta1': 0.9, 'beta2': 0.999, 'epsilon': 1e-07, 'amsgrad': False, 'weightdecay_rate': 0.01}
  • trainingprecision: mixedfloat16

Training results

Train LossValidation LossTrain Overall PrecisionTrain Overall RecallTrain Overall F1Train Overall AccuracyEpoch
1.69401.41510.26860.27850.27350.51280
1.17310.86650.57710.61010.59320.72671
0.76120.68490.63620.73360.68140.77842
0.56300.62650.67480.75920.71450.80173
0.44410.62560.69350.77670.73280.80364
0.36410.64020.71150.77720.74290.79405
0.27810.62480.71760.78680.75060.81416
0.22800.65320.72180.78780.75340.81447

Framework versions

  • Transformers 4.22.2
  • TensorFlow 2.10.0
  • Datasets 2.5.2
  • Tokenizers 0.12.1