stefan-it commited on
Commit
45a9bed
1 Parent(s): face203

readme: add initial version of model card

Browse files

Hi,

this PR adds the initial version of the model card.

Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ license: mit
4
+ tags:
5
+ - flair
6
+ - token-classification
7
+ - sequence-tagger-model
8
+ base_model: dbmdz/bert-base-historic-multilingual-cased
9
+ widget:
10
+ - text: On Wednesday , a public dinner was given by the Conservative Burgesses of
11
+ Leads , to the Conservative members of the Leeds Town Council , in the Music Hall
12
+ , Albion-street , which was very numerously attended .
13
+ ---
14
+
15
+ # Fine-tuned Flair Model on TopRes19th English NER Dataset (HIPE-2022)
16
+
17
+ This Flair model was fine-tuned on the
18
+ [TopRes19th English](https://github.com/hipe-eval/HIPE-2022-data/blob/main/documentation/README-topres19th.md)
19
+ NER Dataset using hmBERT as backbone LM.
20
+
21
+ The TopRes19th dataset consists of NE-annotated historical English newspaper articles from 19C.
22
+
23
+ The following NEs were annotated: `BUILDING`, `LOC` and `STREET`.
24
+
25
+ # Results
26
+
27
+ We performed a hyper-parameter search over the following parameters with 5 different seeds per configuration:
28
+
29
+ * Batch Sizes: `[8, 4]`
30
+ * Learning Rates: `[3e-05, 5e-05]`
31
+
32
+ And report micro F1-score on development set:
33
+
34
+ | Configuration | Run 1 | Run 2 | Run 3 | Run 4 | Run 5 | Avg. |
35
+ |-----------------|--------------|--------------|--------------|--------------|--------------|--------------|
36
+ | bs8-e10-lr3e-05 | [0.8024][1] | [0.7936][2] | [0.8083][3] | [0.8042][4] | [0.8122][5] | 80.41 ± 0.63 |
37
+ | bs4-e10-lr3e-05 | [0.791][6] | [0.8143][7] | [0.8017][8] | [0.8065][9] | [0.8065][10] | 80.4 ± 0.77 |
38
+ | bs8-e10-lr5e-05 | [0.7974][11] | [0.7983][12] | [0.8092][13] | [0.8094][14] | [0.7828][15] | 79.94 ± 0.98 |
39
+ | bs4-e10-lr5e-05 | [0.8058][16] | [0.7966][17] | [0.8033][18] | [0.7889][19] | [0.786][20] | 79.61 ± 0.77 |
40
+
41
+ [1]: https://hf.co/hmbench/hmbench-topres19th-en-hmbert-bs8-wsFalse-e10-lr3e-05-poolingfirst-layers-1-crfFalse-1
42
+ [2]: https://hf.co/hmbench/hmbench-topres19th-en-hmbert-bs8-wsFalse-e10-lr3e-05-poolingfirst-layers-1-crfFalse-2
43
+ [3]: https://hf.co/hmbench/hmbench-topres19th-en-hmbert-bs8-wsFalse-e10-lr3e-05-poolingfirst-layers-1-crfFalse-3
44
+ [4]: https://hf.co/hmbench/hmbench-topres19th-en-hmbert-bs8-wsFalse-e10-lr3e-05-poolingfirst-layers-1-crfFalse-4
45
+ [5]: https://hf.co/hmbench/hmbench-topres19th-en-hmbert-bs8-wsFalse-e10-lr3e-05-poolingfirst-layers-1-crfFalse-5
46
+ [6]: https://hf.co/hmbench/hmbench-topres19th-en-hmbert-bs4-wsFalse-e10-lr3e-05-poolingfirst-layers-1-crfFalse-1
47
+ [7]: https://hf.co/hmbench/hmbench-topres19th-en-hmbert-bs4-wsFalse-e10-lr3e-05-poolingfirst-layers-1-crfFalse-2
48
+ [8]: https://hf.co/hmbench/hmbench-topres19th-en-hmbert-bs4-wsFalse-e10-lr3e-05-poolingfirst-layers-1-crfFalse-3
49
+ [9]: https://hf.co/hmbench/hmbench-topres19th-en-hmbert-bs4-wsFalse-e10-lr3e-05-poolingfirst-layers-1-crfFalse-4
50
+ [10]: https://hf.co/hmbench/hmbench-topres19th-en-hmbert-bs4-wsFalse-e10-lr3e-05-poolingfirst-layers-1-crfFalse-5
51
+ [11]: https://hf.co/hmbench/hmbench-topres19th-en-hmbert-bs8-wsFalse-e10-lr5e-05-poolingfirst-layers-1-crfFalse-1
52
+ [12]: https://hf.co/hmbench/hmbench-topres19th-en-hmbert-bs8-wsFalse-e10-lr5e-05-poolingfirst-layers-1-crfFalse-2
53
+ [13]: https://hf.co/hmbench/hmbench-topres19th-en-hmbert-bs8-wsFalse-e10-lr5e-05-poolingfirst-layers-1-crfFalse-3
54
+ [14]: https://hf.co/hmbench/hmbench-topres19th-en-hmbert-bs8-wsFalse-e10-lr5e-05-poolingfirst-layers-1-crfFalse-4
55
+ [15]: https://hf.co/hmbench/hmbench-topres19th-en-hmbert-bs8-wsFalse-e10-lr5e-05-poolingfirst-layers-1-crfFalse-5
56
+ [16]: https://hf.co/hmbench/hmbench-topres19th-en-hmbert-bs4-wsFalse-e10-lr5e-05-poolingfirst-layers-1-crfFalse-1
57
+ [17]: https://hf.co/hmbench/hmbench-topres19th-en-hmbert-bs4-wsFalse-e10-lr5e-05-poolingfirst-layers-1-crfFalse-2
58
+ [18]: https://hf.co/hmbench/hmbench-topres19th-en-hmbert-bs4-wsFalse-e10-lr5e-05-poolingfirst-layers-1-crfFalse-3
59
+ [19]: https://hf.co/hmbench/hmbench-topres19th-en-hmbert-bs4-wsFalse-e10-lr5e-05-poolingfirst-layers-1-crfFalse-4
60
+ [20]: https://hf.co/hmbench/hmbench-topres19th-en-hmbert-bs4-wsFalse-e10-lr5e-05-poolingfirst-layers-1-crfFalse-5
61
+
62
+ The [training log](training.log) and TensorBoard logs (only for hmByT5 and hmTEAMS based models) are also uploaded to the model hub.
63
+
64
+ More information about fine-tuning can be found [here](https://github.com/stefan-it/hmBench).
65
+
66
+ # Acknowledgements
67
+
68
+ We thank [Luisa März](https://github.com/LuisaMaerz), [Katharina Schmid](https://github.com/schmika) and
69
+ [Erion Çano](https://github.com/erionc) for their fruitful discussions about Historic Language Models.
70
+
71
+ Research supported with Cloud TPUs from Google's [TPU Research Cloud](https://sites.research.google/trc/about/) (TRC).
72
+ Many Thanks for providing access to the TPUs ❤️