Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,33 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- google/mt5-large
|
| 7 |
+
pipeline_tag: translation
|
| 8 |
+
model-index:
|
| 9 |
+
- name: paleo-hebrew-mt5-translate
|
| 10 |
+
results:
|
| 11 |
+
- task:
|
| 12 |
+
type: text2text-generation
|
| 13 |
+
name: End-to-End OCR Translation
|
| 14 |
+
dataset:
|
| 15 |
+
type: custom
|
| 16 |
+
name: Hebrew Stamp Seals Evaluation Set
|
| 17 |
+
metrics:
|
| 18 |
+
- name: chrF++
|
| 19 |
+
type: chrf
|
| 20 |
+
value: 60.69
|
| 21 |
+
- name: CER
|
| 22 |
+
type: cer
|
| 23 |
+
value: 0.3439
|
| 24 |
+
- name: WER
|
| 25 |
+
type: wer
|
| 26 |
+
value: 0.4238
|
| 27 |
+
- name: Exact Match
|
| 28 |
+
type: exact_match
|
| 29 |
+
value: 0.3133
|
| 30 |
+
- name: Exact Match (No Space)
|
| 31 |
+
type: exact_match
|
| 32 |
+
value: 0.3133
|
| 33 |
+
---
|