mboillet commited on
Commit
8c3e7f6
1 Parent(s): 6878932

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -33,7 +33,7 @@ Training images were resized with a fixed height of 128 pixels, keeping the orig
33
  The model achieves the following results:
34
 
35
  | set | CER (%) | WER (%) |
36
- | ----- | ---------- | --------- |
37
  | train | 2.33 | 5.62 |
38
  | val | 8.20 | 24.75 |
39
  | test | 7.81 | 23.3 |
@@ -42,13 +42,12 @@ Results improve on validation and test sets when PyLaia is combined with a 6-gra
42
  The language model is trained on [this text corpus](https://www.nb.no/sprakbanken/en/resource-catalogue/oai-nb-no-sbr-73/) published by the National Library of Norway.
43
 
44
  | set | CER (%) | WER (%) |
45
- | ----- | ---------- | --------- |
46
  | train | 2.62 | 6.13 |
47
  | val | 7.01 | 19.75 |
48
  | test | 6.75 | 18.22 |
49
 
50
-
51
- ## How to use
52
 
53
  Please refer to the [documentation](https://atr.pages.teklia.com/pylaia/).
54
 
 
33
  The model achieves the following results:
34
 
35
  | set | CER (%) | WER (%) |
36
+ | ----- | ---------: | --------: |
37
  | train | 2.33 | 5.62 |
38
  | val | 8.20 | 24.75 |
39
  | test | 7.81 | 23.3 |
 
42
  The language model is trained on [this text corpus](https://www.nb.no/sprakbanken/en/resource-catalogue/oai-nb-no-sbr-73/) published by the National Library of Norway.
43
 
44
  | set | CER (%) | WER (%) |
45
+ | ----- | ---------: | --------: |
46
  | train | 2.62 | 6.13 |
47
  | val | 7.01 | 19.75 |
48
  | test | 6.75 | 18.22 |
49
 
50
+ ## How to use?
 
51
 
52
  Please refer to the [documentation](https://atr.pages.teklia.com/pylaia/).
53