readme: add links to fine-tuned models
Browse files
README.md
CHANGED
@@ -24,18 +24,24 @@ We use XLM-RoBERTa Large as backbone language model and the following hyper-para
|
|
24 |
| Learning Rate | `5-06` |
|
25 |
| Max. Epochs | `10` |
|
26 |
|
27 |
-
Additionally, the [FLERT](https://arxiv.org/abs/2011.06993) approach is used for fine-tuning the model.
|
28 |
|
29 |
## Results
|
30 |
|
31 |
We report micro F1-Score on development (in brackets) and test set for five runs with different seeds:
|
32 |
|
33 |
-
| Seed 1
|
34 |
|:--------------- |:--------------- |:--------------- |:--------------- |:--------------- |:--------------- |
|
35 |
| (97.34) / 97.00 | (97.26) / 96.90 | (97.66) / 97.02 | (97.42) / 96.96 | (97.46) / 96.99 | (97.43) / 96.97 |
|
36 |
|
37 |
Rücker and Akbik report 96.98 on three different runs, so our results are very close to their reported performance!
|
38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
# Flair Demo
|
40 |
|
41 |
The following snippet shows how to use the CleanCoNLL NER models with Flair:
|
|
|
24 |
| Learning Rate | `5-06` |
|
25 |
| Max. Epochs | `10` |
|
26 |
|
27 |
+
Additionally, the [FLERT](https://arxiv.org/abs/2011.06993) approach is used for fine-tuning the model. [Training logs](training.log) and [TensorBoard]() are also available for each model.
|
28 |
|
29 |
## Results
|
30 |
|
31 |
We report micro F1-Score on development (in brackets) and test set for five runs with different seeds:
|
32 |
|
33 |
+
| [Seed 1][1] | [Seed 2][2] | [Seed 3][3] | [Seed 4][4] | [Seed 5][5] | Avg.
|
34 |
|:--------------- |:--------------- |:--------------- |:--------------- |:--------------- |:--------------- |
|
35 |
| (97.34) / 97.00 | (97.26) / 96.90 | (97.66) / 97.02 | (97.42) / 96.96 | (97.46) / 96.99 | (97.43) / 96.97 |
|
36 |
|
37 |
Rücker and Akbik report 96.98 on three different runs, so our results are very close to their reported performance!
|
38 |
|
39 |
+
[1]: https://huggingface.co/stefan-it/flair-clean-conll-1
|
40 |
+
[2]: https://huggingface.co/stefan-it/flair-clean-conll-2
|
41 |
+
[3]: https://huggingface.co/stefan-it/flair-clean-conll-3
|
42 |
+
[4]: https://huggingface.co/stefan-it/flair-clean-conll-4
|
43 |
+
[5]: https://huggingface.co/stefan-it/flair-clean-conll-5
|
44 |
+
|
45 |
# Flair Demo
|
46 |
|
47 |
The following snippet shows how to use the CleanCoNLL NER models with Flair:
|