stefan-it commited on
Commit
1fc8db4
1 Parent(s): 766b6b6

readme: fix link reference for ByT5 embedding implementation

Browse files
Files changed (1) hide show
  1. README.md +24 -24
README.md CHANGED
@@ -26,7 +26,7 @@ The following NEs were annotated: `PER`, `LOC`, `ORG` and `HumanProd`.
26
 
27
  # ⚠️ Inference Widget ⚠️
28
 
29
- Fine-Tuning ByT5 models in Flair is currently done by implementing an own [`ByT5Embedding`][1] class.
30
 
31
  This class needs to be present when running the model with Flair.
32
 
@@ -34,7 +34,7 @@ Thus, the inference widget is not working with hmByT5 at the moment on the Model
34
 
35
  This should be fixed in future, when ByT5 fine-tuning is supported in Flair directly.
36
 
37
- [1]: https://github.com/stefan-it/hmBench/blob/main/byt5_embeddings.py
38
 
39
  # Results
40
 
@@ -52,28 +52,28 @@ And report micro F1-score on development set:
52
  | bs4-e10-lr0.00015 | [0.3954][11] | [0.3828][12] | [0.413][13] | [0.404][14] | [0.4028][15] | 39.96 ± 1.01 |
53
  | bs8-e10-lr0.00015 | [0.4053][16] | [0.3935][17] | [0.3927][18] | [0.3794][19] | [0.4146][20] | 39.71 ± 1.2 |
54
 
55
- [1]: https://hf.co/hmbench/hmbench-newseye-de-hmbyt5-bs4-wsFalse-e10-lr0.00016-poolingfirst-layers-1-crfFalse-1
56
- [2]: https://hf.co/hmbench/hmbench-newseye-de-hmbyt5-bs4-wsFalse-e10-lr0.00016-poolingfirst-layers-1-crfFalse-2
57
- [3]: https://hf.co/hmbench/hmbench-newseye-de-hmbyt5-bs4-wsFalse-e10-lr0.00016-poolingfirst-layers-1-crfFalse-3
58
- [4]: https://hf.co/hmbench/hmbench-newseye-de-hmbyt5-bs4-wsFalse-e10-lr0.00016-poolingfirst-layers-1-crfFalse-4
59
- [5]: https://hf.co/hmbench/hmbench-newseye-de-hmbyt5-bs4-wsFalse-e10-lr0.00016-poolingfirst-layers-1-crfFalse-5
60
- [6]: https://hf.co/hmbench/hmbench-newseye-de-hmbyt5-bs8-wsFalse-e10-lr0.00016-poolingfirst-layers-1-crfFalse-1
61
- [7]: https://hf.co/hmbench/hmbench-newseye-de-hmbyt5-bs8-wsFalse-e10-lr0.00016-poolingfirst-layers-1-crfFalse-2
62
- [8]: https://hf.co/hmbench/hmbench-newseye-de-hmbyt5-bs8-wsFalse-e10-lr0.00016-poolingfirst-layers-1-crfFalse-3
63
- [9]: https://hf.co/hmbench/hmbench-newseye-de-hmbyt5-bs8-wsFalse-e10-lr0.00016-poolingfirst-layers-1-crfFalse-4
64
- [10]: https://hf.co/hmbench/hmbench-newseye-de-hmbyt5-bs8-wsFalse-e10-lr0.00016-poolingfirst-layers-1-crfFalse-5
65
- [11]: https://hf.co/hmbench/hmbench-newseye-de-hmbyt5-bs4-wsFalse-e10-lr0.00015-poolingfirst-layers-1-crfFalse-1
66
- [12]: https://hf.co/hmbench/hmbench-newseye-de-hmbyt5-bs4-wsFalse-e10-lr0.00015-poolingfirst-layers-1-crfFalse-2
67
- [13]: https://hf.co/hmbench/hmbench-newseye-de-hmbyt5-bs4-wsFalse-e10-lr0.00015-poolingfirst-layers-1-crfFalse-3
68
- [14]: https://hf.co/hmbench/hmbench-newseye-de-hmbyt5-bs4-wsFalse-e10-lr0.00015-poolingfirst-layers-1-crfFalse-4
69
- [15]: https://hf.co/hmbench/hmbench-newseye-de-hmbyt5-bs4-wsFalse-e10-lr0.00015-poolingfirst-layers-1-crfFalse-5
70
- [16]: https://hf.co/hmbench/hmbench-newseye-de-hmbyt5-bs8-wsFalse-e10-lr0.00015-poolingfirst-layers-1-crfFalse-1
71
- [17]: https://hf.co/hmbench/hmbench-newseye-de-hmbyt5-bs8-wsFalse-e10-lr0.00015-poolingfirst-layers-1-crfFalse-2
72
- [18]: https://hf.co/hmbench/hmbench-newseye-de-hmbyt5-bs8-wsFalse-e10-lr0.00015-poolingfirst-layers-1-crfFalse-3
73
- [19]: https://hf.co/hmbench/hmbench-newseye-de-hmbyt5-bs8-wsFalse-e10-lr0.00015-poolingfirst-layers-1-crfFalse-4
74
- [20]: https://hf.co/hmbench/hmbench-newseye-de-hmbyt5-bs8-wsFalse-e10-lr0.00015-poolingfirst-layers-1-crfFalse-5
75
-
76
- The [training log](training.log) and TensorBoard logs are also uploaded to the model hub.
77
 
78
  More information about fine-tuning can be found [here](https://github.com/stefan-it/hmBench).
79
 
 
26
 
27
  # ⚠️ Inference Widget ⚠️
28
 
29
+ Fine-Tuning ByT5 models in Flair is currently done by implementing an own [`ByT5Embedding`][0] class.
30
 
31
  This class needs to be present when running the model with Flair.
32
 
 
34
 
35
  This should be fixed in future, when ByT5 fine-tuning is supported in Flair directly.
36
 
37
+ [0]: https://github.com/stefan-it/hmBench/blob/main/byt5_embeddings.py
38
 
39
  # Results
40
 
 
52
  | bs4-e10-lr0.00015 | [0.3954][11] | [0.3828][12] | [0.413][13] | [0.404][14] | [0.4028][15] | 39.96 ± 1.01 |
53
  | bs8-e10-lr0.00015 | [0.4053][16] | [0.3935][17] | [0.3927][18] | [0.3794][19] | [0.4146][20] | 39.71 ± 1.2 |
54
 
55
+ [1]: https://hf.co/stefan-it/hmbench-newseye-de-hmbyt5-bs4-wsFalse-e10-lr0.00016-poolingfirst-layers-1-crfFalse-1
56
+ [2]: https://hf.co/stefan-it/hmbench-newseye-de-hmbyt5-bs4-wsFalse-e10-lr0.00016-poolingfirst-layers-1-crfFalse-2
57
+ [3]: https://hf.co/stefan-it/hmbench-newseye-de-hmbyt5-bs4-wsFalse-e10-lr0.00016-poolingfirst-layers-1-crfFalse-3
58
+ [4]: https://hf.co/stefan-it/hmbench-newseye-de-hmbyt5-bs4-wsFalse-e10-lr0.00016-poolingfirst-layers-1-crfFalse-4
59
+ [5]: https://hf.co/stefan-it/hmbench-newseye-de-hmbyt5-bs4-wsFalse-e10-lr0.00016-poolingfirst-layers-1-crfFalse-5
60
+ [6]: https://hf.co/stefan-it/hmbench-newseye-de-hmbyt5-bs8-wsFalse-e10-lr0.00016-poolingfirst-layers-1-crfFalse-1
61
+ [7]: https://hf.co/stefan-it/hmbench-newseye-de-hmbyt5-bs8-wsFalse-e10-lr0.00016-poolingfirst-layers-1-crfFalse-2
62
+ [8]: https://hf.co/stefan-it/hmbench-newseye-de-hmbyt5-bs8-wsFalse-e10-lr0.00016-poolingfirst-layers-1-crfFalse-3
63
+ [9]: https://hf.co/stefan-it/hmbench-newseye-de-hmbyt5-bs8-wsFalse-e10-lr0.00016-poolingfirst-layers-1-crfFalse-4
64
+ [10]: https://hf.co/stefan-it/hmbench-newseye-de-hmbyt5-bs8-wsFalse-e10-lr0.00016-poolingfirst-layers-1-crfFalse-5
65
+ [11]: https://hf.co/stefan-it/hmbench-newseye-de-hmbyt5-bs4-wsFalse-e10-lr0.00015-poolingfirst-layers-1-crfFalse-1
66
+ [12]: https://hf.co/stefan-it/hmbench-newseye-de-hmbyt5-bs4-wsFalse-e10-lr0.00015-poolingfirst-layers-1-crfFalse-2
67
+ [13]: https://hf.co/stefan-it/hmbench-newseye-de-hmbyt5-bs4-wsFalse-e10-lr0.00015-poolingfirst-layers-1-crfFalse-3
68
+ [14]: https://hf.co/stefan-it/hmbench-newseye-de-hmbyt5-bs4-wsFalse-e10-lr0.00015-poolingfirst-layers-1-crfFalse-4
69
+ [15]: https://hf.co/stefan-it/hmbench-newseye-de-hmbyt5-bs4-wsFalse-e10-lr0.00015-poolingfirst-layers-1-crfFalse-5
70
+ [16]: https://hf.co/stefan-it/hmbench-newseye-de-hmbyt5-bs8-wsFalse-e10-lr0.00015-poolingfirst-layers-1-crfFalse-1
71
+ [17]: https://hf.co/stefan-it/hmbench-newseye-de-hmbyt5-bs8-wsFalse-e10-lr0.00015-poolingfirst-layers-1-crfFalse-2
72
+ [18]: https://hf.co/stefan-it/hmbench-newseye-de-hmbyt5-bs8-wsFalse-e10-lr0.00015-poolingfirst-layers-1-crfFalse-3
73
+ [19]: https://hf.co/stefan-it/hmbench-newseye-de-hmbyt5-bs8-wsFalse-e10-lr0.00015-poolingfirst-layers-1-crfFalse-4
74
+ [20]: https://hf.co/stefan-it/hmbench-newseye-de-hmbyt5-bs8-wsFalse-e10-lr0.00015-poolingfirst-layers-1-crfFalse-5
75
+
76
+ The [training log](training.log) and TensorBoard logs (only for hmByT5 and hmTEAMS based models) are also uploaded to the model hub.
77
 
78
  More information about fine-tuning can be found [here](https://github.com/stefan-it/hmBench).
79