readme: add initial version
Browse files
README.md
CHANGED
@@ -7,4 +7,24 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
# hmByT5 - Language Models
|
11 |
+
|
12 |
+
Historic Multilingual and Monolingual ByT5 Models. Following languages are currently covered:
|
13 |
+
|
14 |
+
* English (British Library Corpus - Books)
|
15 |
+
* German (Europeana Newspaper)
|
16 |
+
* French (Europeana Newspaper)
|
17 |
+
* Finnish (Europeana Newspaper)
|
18 |
+
* Swedish (Europeana Newspaper)
|
19 |
+
* Dutch (Delpher Corpus)
|
20 |
+
* Norwegian (NCC)
|
21 |
+
|
22 |
+
More details can be found in [our GitHub repository](https://github.com/stefan-it/hmByT5).
|
23 |
+
|
24 |
+
# Acknowledgements
|
25 |
+
|
26 |
+
We thank [Luisa März](https://github.com/LuisaMaerz), [Katharina Schmid](https://github.com/schmika) and
|
27 |
+
[Erion Çano](https://github.com/erionc) for their fruitful discussions about Historic Language Models.
|
28 |
+
|
29 |
+
Research supported with Cloud TPUs from Google's [TPU Research Cloud](https://sites.research.google/trc/about/) (TRC).
|
30 |
+
Many Thanks for providing access to the TPUs ❤️
|