stefan-it commited on
Commit
670cdd7
1 Parent(s): 6a9764f

readme: add initial version

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ - de
6
+ - fr
7
+ - fi
8
+ ---
9
+
10
+ # hmByT5 - Preliminary Language Models
11
+
12
+ Preliminary 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
+
19
+ More details can be found in [our GitHub repository](https://github.com/stefan-it/hmByT5).
20
+
21
+ # Pretraining
22
+
23
+ We use the official JAX/FLAX example in Hugging Face Transformers to pretrain a ByT5 model on a single v3-8 TPU.
24
+ Details about the training can be found [here](https://github.com/stefan-it/hmByT5/tree/main/hmbyt5-flax).
25
+
26
+ # Evaluation on Downstream Tasks (NER)
27
+
28
+ We evaluated the hmByT5 model on downstream tasks:
29
+
30
+ | Model | English AjMC | German AjMC | French AjMC | Finnish NewsEye | Swedish NewsEye | Dutch ICDAR | French ICDAR | Avg. |
31
+ |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------|--------------|--------------|-----------------|-----------------|--------------|--------------|------|
32
+ | [`hmbyt5-preliminary/byt5-small-english-german-french-finnish`](https://huggingface.co/hmbyt5-preliminary/byt5-small-english-german-french-finnish) | 85.30 ± 1.14 | 87.37 ± 0.53 | 84.12 ± 0.42 | | | | | |
33
+
34
+ # Acknowledgements
35
+
36
+ Research supported with Cloud TPUs from Google's [TPU Research Cloud](https://sites.research.google/trc/about/) (TRC).
37
+ Many Thanks for providing access to the TPUs ❤️