Update README.md
Browse files
README.md
CHANGED
@@ -37,8 +37,8 @@ This model can normalize historical German spellings from the 19th century.
|
|
37 |
## Model description
|
38 |
|
39 |
`Transnormer` is a byte-level sequence-to-sequence model for normalizing historical German text.
|
40 |
-
This model was trained on text from the 19th and late 18th century,
|
41 |
-
|
42 |
|
43 |
## Uses
|
44 |
|
|
|
37 |
## Model description
|
38 |
|
39 |
`Transnormer` is a byte-level sequence-to-sequence model for normalizing historical German text.
|
40 |
+
This model was trained on text from the 19th and late 18th century,
|
41 |
+
by performing a fine-tuning of [google/byt5-small](https://huggingface.co/google/byt5-small) on the [DTA reviEvalCorpus](https://huggingface.co/datasets/ybracke/dta-reviEvalCorpus-v1), a modified version of the [DTA EvalCorpus](https://kaskade.dwds.de/~moocow/software/dtaec/) (see section [Training and evaluation data](#training-and-evaluation-data)).
|
42 |
|
43 |
## Uses
|
44 |
|