starride-teklia commited on
Commit
6c8ff29
1 Parent(s): 859137b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -14,15 +14,23 @@ datasets:
14
  - Teklia/rimes-2011-lines
15
  ---
16
 
17
- # French handwritten text recognition
18
 
19
  This model performs Handwritten Text Recognition in French.
20
 
21
  ## Model description
22
 
23
  The model has been trained using the PyLaia library on the [RIMES](https://teklia.com/research/rimes-database/) dataset.
 
24
  Training images were resized with a fixed height of 128 pixels, keeping the original aspect ratio.
25
 
 
 
 
 
 
 
 
26
 
27
  ## Evaluation results
28
 
 
14
  - Teklia/rimes-2011-lines
15
  ---
16
 
17
+ # RIMES handwritten text recognition
18
 
19
  This model performs Handwritten Text Recognition in French.
20
 
21
  ## Model description
22
 
23
  The model has been trained using the PyLaia library on the [RIMES](https://teklia.com/research/rimes-database/) 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 | 10,188 |
30
+ | val | 1,138 |
31
+ | test | 778 |
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 RIMES training set.
34
 
35
  ## Evaluation results
36