stefan-it commited on
Commit
196ed65
·
1 Parent(s): a189a0b

readme: add initial version

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ - de
6
+ ---
7
+
8
+ # hmByT5 - Preliminary Language Models
9
+
10
+ Preliminary Historic Multilingual and Monolingual ByT5 Models. Following languages are currently covered:
11
+
12
+ * English (British Library Corpus - Books)
13
+ * German (Europeana Newspaper)
14
+
15
+ More details can be found in [our GitHub repository](https://github.com/stefan-it/hmByT5).
16
+
17
+ # Pretraining
18
+
19
+ We use the official JAX/FLAX example in Hugging Face Transformers to pretrain a ByT5 model on a single v3-8 TPU.
20
+ Details about the training can be found [here](https://github.com/stefan-it/hmByT5/tree/main/hmbyt5-flax).
21
+
22
+ # Evaluation on Downstream Tasks (NER)
23
+
24
+ We evaluated the hmByT5 model on downstream tasks:
25
+
26
+ | Model | English AjMC | German AjMC | French AjMC | Finnish NewsEye | Swedish NewsEye | Dutch ICDAR | French ICDAR | Avg. |
27
+ |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------|--------------|--------------|-----------------|-----------------|--------------|--------------|------|
28
+ | [`hmbyt5-preliminary/byt5-small-english-german`](https://huggingface.co/hmbyt5-preliminary/byt5-small-english-german) | 85.74 ± 0.72 | 87.45 ± 0.67 | 84.23 ± 0.65 | | | | | |
29
+
30
+ # Acknowledgements
31
+
32
+ Research supported with Cloud TPUs from Google's [TPU Research Cloud](https://sites.research.google/trc/about/) (TRC).
33
+ Many Thanks for providing access to the TPUs ❤️