starride-teklia commited on
Commit
888a92e
1 Parent(s): aa5dfb9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -9,7 +9,9 @@ metrics:
9
  - CER
10
  - WER
11
  language:
12
- - 'fr'
 
 
13
  ---
14
 
15
  # POPP handwritten text recognition
@@ -36,3 +38,14 @@ The model achieves the following results:
36
  ## How to use
37
 
38
  Please refer to the [documentation](https://atr.pages.teklia.com/pylaia/).
 
 
 
 
 
 
 
 
 
 
 
 
9
  - CER
10
  - WER
11
  language:
12
+ - fr
13
+ datasets:
14
+ - Teklia/POPP
15
  ---
16
 
17
  # POPP handwritten text recognition
 
38
  ## How to use
39
 
40
  Please refer to the [documentation](https://atr.pages.teklia.com/pylaia/).
41
+
42
+ ## Cite us
43
+
44
+ ```bibtex
45
+ @inproceedings{pylaia-lib,
46
+ author = "Tarride, Solène and Schneider, Yoann and Generali, Marie and Boillet, Melodie and Abadie, Bastien and Kermorvant, Christopher",
47
+ title = "Improving Automatic Text Recognition with Language Models in the PyLaia Open-Source Library",
48
+ booktitle = "Submitted at ICDAR2024",
49
+ year = "2024"
50
+ }
51
+ ```