starride-teklia commited on
Commit
acec120
·
verified ·
1 Parent(s): 95f08e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -21,8 +21,16 @@ This model performs Handwritten Text Recognition in Catalan (19th century).
21
  ## Model description
22
 
23
  The model has been trained using the PyLaia library on the [Esposalles](https://rrc.cvc.uab.es/?ch=10&com=introduction/) dataset.
 
24
  Training images were resized with a fixed height of 128 pixels, keeping the original aspect ratio.
25
 
 
 
 
 
 
 
 
26
 
27
  ## Evaluation results
28
 
 
21
  ## Model description
22
 
23
  The model has been trained using the PyLaia library on the [Esposalles](https://rrc.cvc.uab.es/?ch=10&com=introduction/) dataset.
24
+
25
  Training images were resized with a fixed height of 128 pixels, keeping the original aspect ratio.
26
 
27
+ | split | N lines |
28
+ | ----- | ------: |
29
+ | train | 2,328 |
30
+ | val | 742 |
31
+ | test | 757 |
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 Esposalles training set.
34
 
35
  ## Evaluation results
36