CoolFace
Modelpublic

ikiransuryavanshi/layoutlmv3-ap7_3_stitched_8_batch

sourceHugging Facecc-by-nc-sa-4.0updated 2y 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. -->

layoutlmv3-ap73stitched

This model is a fine-tuned version of microsoft/layoutlmv3-base on the None dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.0103
  • —Precision: 0.8276
  • —Recall: 0.8571
  • —F1: 0.8421
  • —Accuracy: 0.9978

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: 8
  • —evalbatchsize: 8
  • —seed: 42
  • —optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: linear
  • —lrschedulerwarmup_ratio: 0.1
  • —training_steps: 1000
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossPrecisionRecallF1Accuracy
0.473625.02500.05290.28570.07140.11430.9870
0.031650.05000.02030.61290.67860.64410.9945
0.016275.07500.01250.750.750.750.9971
0.0118100.010000.01030.82760.85710.84210.9978

Framework versions

  • —Transformers 4.48.3
  • —Pytorch 2.6.0+cu124
  • —Datasets 3.4.1
  • —Tokenizers 0.21.1