starride-teklia
commited on
Commit
•
6a41675
1
Parent(s):
888a92e
Update README.md
Browse files
README.md
CHANGED
@@ -24,6 +24,12 @@ The model was trained using the PyLaia library on the [POPP generic](https://git
|
|
24 |
|
25 |
For training, text-lines were resized with a fixed height of 128 pixels, keeping the original aspect ratio.
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
An external 6-gram character language model can be used to improve recognition. The language model is trained on the text from the POPP training set.
|
28 |
|
29 |
## Evaluation results
|
|
|
24 |
|
25 |
For training, text-lines were resized with a fixed height of 128 pixels, keeping the original aspect ratio.
|
26 |
|
27 |
+
| split | N lines |
|
28 |
+
| ----- | ------: |
|
29 |
+
| train | 3,835 |
|
30 |
+
| val | 480 |
|
31 |
+
| test | 479 |
|
32 |
+
|
33 |
An external 6-gram character language model can be used to improve recognition. The language model is trained on the text from the POPP training set.
|
34 |
|
35 |
## Evaluation results
|