Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,11 @@ license: mit
|
|
4 |
tags:
|
5 |
- PyLaia
|
6 |
- PyTorch
|
7 |
-
-
|
|
|
|
|
|
|
|
|
8 |
metrics:
|
9 |
- CER
|
10 |
- WER
|
@@ -12,17 +16,18 @@ language:
|
|
12 |
- 'no'
|
13 |
datasets:
|
14 |
- Teklia/NorHand_v3
|
|
|
15 |
---
|
16 |
|
17 |
-
# NorHand v3
|
18 |
|
19 |
-
This model performs Handwritten Text Recognition in Norwegian
|
20 |
|
21 |
## Model description
|
22 |
|
23 |
-
The model
|
24 |
|
25 |
-
|
26 |
|
27 |
| split | N lines | N horizontal lines |
|
28 |
| ----- | ------: | -----------------: |
|
|
|
4 |
tags:
|
5 |
- PyLaia
|
6 |
- PyTorch
|
7 |
+
- atr
|
8 |
+
- htr
|
9 |
+
- ocr
|
10 |
+
- historical
|
11 |
+
- handwritten
|
12 |
metrics:
|
13 |
- CER
|
14 |
- WER
|
|
|
16 |
- 'no'
|
17 |
datasets:
|
18 |
- Teklia/NorHand_v3
|
19 |
+
pipeline_tag: image-to-text
|
20 |
---
|
21 |
|
22 |
+
# PyLaia - NorHand v3
|
23 |
|
24 |
+
This model performs Handwritten Text Recognition in Norwegian. It was developed during the HUGIN-MUNIN project.
|
25 |
|
26 |
## Model description
|
27 |
|
28 |
+
The model has been trained using the PyLaia library on the [NorHand v3](https://zenodo.org/records/10255840) document images.
|
29 |
|
30 |
+
Training images were resized with a fixed height of 128 pixels, keeping the original aspect ratio.
|
31 |
|
32 |
| split | N lines | N horizontal lines |
|
33 |
| ----- | ------: | -----------------: |
|