yschneider
commited on
Commit
•
83d224f
1
Parent(s):
bc7807d
Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,7 @@ metrics:
|
|
14 |
- WER
|
15 |
language:
|
16 |
- fr
|
|
|
17 |
datasets:
|
18 |
- Teklia/PELLET-Casimir-Marius-line
|
19 |
pipeline_tag: image-to-text
|
@@ -30,7 +31,7 @@ The model has been trained using the PyLaia library on the [PELLET Casimir Mariu
|
|
30 |
Training images were resized with a fixed height of 128 pixels, keeping the original aspect ratio.
|
31 |
|
32 |
| set | lines |
|
33 |
-
|
|
34 |
| train | 842 |
|
35 |
| val | 125 |
|
36 |
| test | 122 |
|
@@ -40,7 +41,7 @@ Training images were resized with a fixed height of 128 pixels, keeping the orig
|
|
40 |
The model achieves the following results:
|
41 |
|
42 |
| set | CER (%) | WER (%) | text_line |
|
43 |
-
|
|
44 |
| train | 0 | 0 | 842 |
|
45 |
| val | 0 | 0 | 125 |
|
46 |
| test | 0 | 0 | 122 |
|
@@ -51,7 +52,6 @@ Please refer to the [PyLaia documentation](https://atr.pages.teklia.com/pylaia/u
|
|
51 |
|
52 |
## Cite us!
|
53 |
|
54 |
-
-->
|
55 |
|
56 |
```bibtex
|
57 |
@inproceedings{pylaia2024,
|
@@ -65,3 +65,9 @@ Please refer to the [PyLaia documentation](https://atr.pages.teklia.com/pylaia/u
|
|
65 |
isbn = {978-3-031-70549-6}
|
66 |
}
|
67 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
- WER
|
15 |
language:
|
16 |
- fr
|
17 |
+
base_model: Teklia/pylaia-norhand-v3
|
18 |
datasets:
|
19 |
- Teklia/PELLET-Casimir-Marius-line
|
20 |
pipeline_tag: image-to-text
|
|
|
31 |
Training images were resized with a fixed height of 128 pixels, keeping the original aspect ratio.
|
32 |
|
33 |
| set | lines |
|
34 |
+
| :---- | ----: |
|
35 |
| train | 842 |
|
36 |
| val | 125 |
|
37 |
| test | 122 |
|
|
|
41 |
The model achieves the following results:
|
42 |
|
43 |
| set | CER (%) | WER (%) | text_line |
|
44 |
+
| :---- | ------: | ------: | --------: |
|
45 |
| train | 0 | 0 | 842 |
|
46 |
| val | 0 | 0 | 125 |
|
47 |
| test | 0 | 0 | 122 |
|
|
|
52 |
|
53 |
## Cite us!
|
54 |
|
|
|
55 |
|
56 |
```bibtex
|
57 |
@inproceedings{pylaia2024,
|
|
|
65 |
isbn = {978-3-031-70549-6}
|
66 |
}
|
67 |
```
|
68 |
+
|
69 |
+
<style>
|
70 |
+
table {
|
71 |
+
width: 50%;
|
72 |
+
}
|
73 |
+
</style>
|