Update README.md
Browse files
README.md
CHANGED
@@ -13,10 +13,11 @@ pipeline_tag: image-to-text
|
|
13 |
|
14 |
# trocr-base-printed_license_plates_ocr
|
15 |
|
16 |
-
This model is a fine-tuned version of [microsoft/trocr-base-printed](https://huggingface.co/microsoft/trocr-base-printed)
|
|
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Loss: 0.1581
|
19 |
-
-
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -26,7 +27,7 @@ For more information on how it was created, check out the following link: https:
|
|
26 |
|
27 |
## Intended uses & limitations
|
28 |
|
29 |
-
This model is intended to demonstrate my ability to solve a complex problem using technology.
|
30 |
|
31 |
## Training and evaluation data
|
32 |
|
@@ -47,12 +48,11 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
52 |
| 0.3144 | 1.0 | 2000 | 0.2463 | 0.0473 |
|
53 |
| 0.143 | 2.0 | 4000 | 0.1581 | 0.0368 |
|
54 |
|
55 |
-
|
56 |
### Framework versions
|
57 |
|
58 |
- Transformers 4.21.3
|
|
|
13 |
|
14 |
# trocr-base-printed_license_plates_ocr
|
15 |
|
16 |
+
This model is a fine-tuned version of [microsoft/trocr-base-printed](https://huggingface.co/microsoft/trocr-base-printed).
|
17 |
+
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 0.1581
|
20 |
+
- CER: 0.0368
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
27 |
|
28 |
## Intended uses & limitations
|
29 |
|
30 |
+
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.
|
31 |
|
32 |
## Training and evaluation data
|
33 |
|
|
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | CER |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
53 |
| 0.3144 | 1.0 | 2000 | 0.2463 | 0.0473 |
|
54 |
| 0.143 | 2.0 | 4000 | 0.1581 | 0.0368 |
|
55 |
|
|
|
56 |
### Framework versions
|
57 |
|
58 |
- Transformers 4.21.3
|