Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model: google/byt5-small
|
4 |
tags:
|
5 |
-
|
6 |
language: de
|
7 |
model-index:
|
8 |
- name: ybracke/transnormer-19c-beta-v02
|
@@ -11,8 +11,8 @@ model-index:
|
|
11 |
name: Historic Text Normalization
|
12 |
type: translation
|
13 |
dataset:
|
14 |
-
name: DTA EvalCorpus
|
15 |
-
type:
|
16 |
split: test
|
17 |
metrics:
|
18 |
- name: Word Accuracy
|
@@ -21,6 +21,8 @@ model-index:
|
|
21 |
- name: Word Accuracy (case insensitive)
|
22 |
type: accuracy
|
23 |
value: 0.99343
|
|
|
|
|
24 |
---
|
25 |
|
26 |
|
@@ -82,4 +84,4 @@ The following hyperparameters were used during training:
|
|
82 |
- Transformers 4.31.0
|
83 |
- Pytorch 2.1.0+cu121
|
84 |
- Datasets 2.18.0
|
85 |
-
- Tokenizers 0.13.3
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: google/byt5-small
|
4 |
tags:
|
5 |
+
- generated_from_trainer
|
6 |
language: de
|
7 |
model-index:
|
8 |
- name: ybracke/transnormer-19c-beta-v02
|
|
|
11 |
name: Historic Text Normalization
|
12 |
type: translation
|
13 |
dataset:
|
14 |
+
name: DTA EvalCorpus
|
15 |
+
type: text
|
16 |
split: test
|
17 |
metrics:
|
18 |
- name: Word Accuracy
|
|
|
21 |
- name: Word Accuracy (case insensitive)
|
22 |
type: accuracy
|
23 |
value: 0.99343
|
24 |
+
pipeline_tag: text2text-generation
|
25 |
+
library_name: transformers
|
26 |
---
|
27 |
|
28 |
|
|
|
84 |
- Transformers 4.31.0
|
85 |
- Pytorch 2.1.0+cu121
|
86 |
- Datasets 2.18.0
|
87 |
+
- Tokenizers 0.13.3
|