starride-teklia
commited on
Commit
•
f031eb1
1
Parent(s):
1a2c8fc
Update README.md
Browse files
README.md
CHANGED
@@ -24,6 +24,12 @@ The model was trained using the PyLaia library on the RWTH split of the [IAM dat
|
|
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 IAM 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 | 6,482 |
|
30 |
+
| val | 976 |
|
31 |
+
| test | 2,915 |
|
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 IAM training set.
|
34 |
|
35 |
## Evaluation results
|