NBoukachab
commited on
Commit
•
d1b9d6e
1
Parent(s):
2ce3ef5
Modif README and add .gitattributes
Browse files- .gitattributes +1 -0
- README.md +1 -1
.gitattributes
CHANGED
@@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
+
model filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -18,7 +18,7 @@ This model performs Handwritten Text Recognition in Latin.
|
|
18 |
|
19 |
## Model description
|
20 |
|
21 |
-
The model has been trained using the PyLaia library on the [
|
22 |
Training images were resized with a fixed height of 128 pixels, keeping the original aspect ratio.
|
23 |
|
24 |
## Evaluation results
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
21 |
+
The model has been trained using the PyLaia library on the [HOME-Alcar](https://zenodo.org/record/5600884) document images.
|
22 |
Training images were resized with a fixed height of 128 pixels, keeping the original aspect ratio.
|
23 |
|
24 |
## Evaluation results
|