starride-teklia commited on
Commit
05081f0
1 Parent(s): 20bf3bf

Update README.md

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