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