starride-teklia commited on
Commit
746c807
1 Parent(s): 84abe20

Update README.md

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