mboillet commited on
Commit
5361aa7
1 Parent(s): 5675de1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -9
README.md CHANGED
@@ -29,8 +29,8 @@ The model has been trained using the PyLaia library on the [NewsEye / READ OCR t
29
 
30
  Training images were resized with a fixed height of 128 pixels, keeping the original aspect ratio.
31
 
32
- | split | N lines |
33
- | ----- | ------: |
34
  | train | 52,834 |
35
  | val | 4,667 |
36
 
@@ -40,22 +40,26 @@ An external 6-gram character language model can be used to improve recognition.
40
 
41
  The model achieves the following results:
42
 
43
- | set | Language model | CER (%) | WER (%) | N lines |
44
  |:------|:---------------| ----------:| -------:|----------:|
45
  | val | no | 1.82 | 7.77 | 4,667 |
46
  | val | yes | 1.77 | 7.01 | 4,667 |
47
 
48
  ## How to use?
49
 
50
- Please refer to the [documentation](https://atr.pages.teklia.com/pylaia/).
51
 
52
  ## Cite us!
53
 
54
  ```bibtex
55
- @inproceedings{pylaia-lib,
56
- author = "Tarride, Solène and Schneider, Yoann and Generali, Marie and Boillet, Melodie and Abadie, Bastien and Kermorvant, Christopher",
57
- title = "Improving Automatic Text Recognition with Language Models in the PyLaia Open-Source Library",
58
- booktitle = "Submitted at ICDAR2024",
59
- year = "2024"
 
 
 
 
60
  }
61
  ```
 
29
 
30
  Training images were resized with a fixed height of 128 pixels, keeping the original aspect ratio.
31
 
32
+ | set | lines |
33
+ | :---- | ------: |
34
  | train | 52,834 |
35
  | val | 4,667 |
36
 
 
40
 
41
  The model achieves the following results:
42
 
43
+ | set | Language model | CER (%) | WER (%) | lines |
44
  |:------|:---------------| ----------:| -------:|----------:|
45
  | val | no | 1.82 | 7.77 | 4,667 |
46
  | val | yes | 1.77 | 7.01 | 4,667 |
47
 
48
  ## How to use?
49
 
50
+ Please refer to the [PyLaia documentation](https://atr.pages.teklia.com/pylaia/usage/prediction/) to use this model.
51
 
52
  ## Cite us!
53
 
54
  ```bibtex
55
+ @inproceedings{pylaia2024,
56
+ author = {Tarride, Solène and Schneider, Yoann and Generali-Lince, Marie and Boillet, Mélodie and Abadie, Bastien and Kermorvant, Christopher},
57
+ title = {{Improving Automatic Text Recognition with Language Models in the PyLaia Open-Source Library}},
58
+ booktitle = {Document Analysis and Recognition - ICDAR 2024},
59
+ year = {2024},
60
+ publisher = {Springer Nature Switzerland},
61
+ address = {Cham},
62
+ pages = {387--404},
63
+ isbn = {978-3-031-70549-6}
64
  }
65
  ```