This Flair model was fine-tuned on the
German MobIE
NER Dataset using GBERT Base as backbone LM and the 🚀
AutoTrain
library.
The
German MobIE dataset is a German-language dataset, which is human-annotated
with 20 coarse- and fine-grained entity types and entity linking information for geographically linkable entities. The
dataset consists of 3,232 social media texts and traffic reports with 91K tokens, and contains 20.5K annotated
entities, 13.1K of which are linked to a knowledge base.
The latest
Flair version is used for
fine-tuning. Additionally, the model is trained with the
FLERT (Schweter and Akbik (2020) approach, because the MobIE dataset thankfully
comes with document boundary information marker.
A hyper-parameter search over the following parameters with 5 different seeds per configuration is performed:
All models are trained with the awesome
AutoTrain Advanced from
Hugging Face. More details can be found in this
repository.
A hyper-parameter search with 5 different seeds per configuration is performed and micro F1-score on development set
is reported:
The result in bold shows the performance of this model.
Additionally, the Flair
training log and
TensorBoard logs are also uploaded to the model
hub.