Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
@@ -63,9 +66,9 @@ This model was finetuned on [german_handwriting](https://huggingface.co/datasets
|
|
63 |
## Evaluation
|
64 |
|
65 |
<!-- This section describes the evaluation protocols and provides the results. -->
|
66 |
-
Levenshtein: 1.
|
67 |
-
WER (Word Error Rate): 17
|
68 |
-
CER (Character Error Rate):
|
69 |
|
70 |
|
71 |
|
@@ -81,4 +84,4 @@ CER (Character Error Rate):
|
|
81 |
archivePrefix={arXiv},
|
82 |
primaryClass={cs.CL}
|
83 |
}
|
84 |
-
```
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
datasets:
|
4 |
+
- fhswf/german_handwriting
|
5 |
+
language:
|
6 |
+
- de
|
7 |
---
|
8 |
|
9 |
# Model Card for Model ID
|
|
|
66 |
## Evaluation
|
67 |
|
68 |
<!-- This section describes the evaluation protocols and provides the results. -->
|
69 |
+
Levenshtein: 1.85 \\
|
70 |
+
WER (Word Error Rate): 17.5% \\
|
71 |
+
CER (Character Error Rate): 4.1%
|
72 |
|
73 |
|
74 |
|
|
|
84 |
archivePrefix={arXiv},
|
85 |
primaryClass={cs.CL}
|
86 |
}
|
87 |
+
```
|