Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,12 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
3 |
---
|
4 |
-
This is the base TrOCR model which is fine-tuned on IAM dataset images
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
metrics:
|
4 |
+
- cer
|
5 |
---
|
6 |
+
This is the base TrOCR model which is fine-tuned on IAM dataset handwritten images. The images are binarized before training.
|
7 |
+
|
8 |
+
Training details:
|
9 |
+
|
10 |
+
Epochs: 10
|
11 |
+
LR: 5e-5
|
12 |
+
Validation CER: 0.22
|