CoolFace
Modelpublic

cherwilco/trocr-base-printed_license_plates_ocr

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes6downloads
Model Card

trocr-base-printedlicenseplates_ocr

This model is a fine-tuned version of microsoft/trocr-base-printed.

It achieves the following results on the evaluation set:

  • —Loss: 0.1581
  • —CER: 0.0368

Model description

This model extracts text from image input (License Plates).

For more information on how it was created, check out the following link: https://github.com/DunnBC22/VisionAudioandMultimodalProjects/blob/main/Optical%20Character%20Recognition%20(OCR)/OCR%20License%20Plates/OCRlicenseplatetextrecognition.ipynb

Intended uses & limitations

This model is intended to demonstrate my ability to solve a complex problem using technology. You are welcome to test and experiment with this model, but it is at your own risk/peril.

Training and evaluation data

Dataset Source: https://www.kaggle.com/datasets/nickyazdani/license-plate-text-recognition-dataset

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: 2

Training results

Training LossEpochStepValidation LossCER
0.31441.020000.24630.0473
0.1432.040000.15810.0368

Framework versions

  • —Transformers 4.21.3
  • —Pytorch 1.12.1
  • —Datasets 2.4.0
  • —Tokenizers 0.12.1