stefan-it's picture
readme: add initial version of model card
02119f0
metadata
language: de
license: mit
tags:
  - flair
  - token-classification
  - sequence-tagger-model
base_model: dbmdz/bert-tiny-historic-multilingual-cased
widget:
  - text: >-
      In Teltsch und Jarmeritz wurden die abgegebenen Stimmen für Genossen
      Krapka ungiltig erklärt , weil sie keinen Wohnort aufwiesen .

Fine-tuned Flair Model on German NewsEye NER Dataset (HIPE-2022)

This Flair model was fine-tuned on the German NewsEye NER Dataset using hmBERT Tiny as backbone LM.

The NewsEye dataset is comprised of diachronic historical newspaper material published between 1850 and 1950 in French, German, Finnish, and Swedish. More information can be found here.

The following NEs were annotated: PER, LOC, ORG and HumanProd.

Results

We performed a hyper-parameter search over the following parameters with 5 different seeds per configuration:

  • Batch Sizes: [4, 8]
  • Learning Rates: [5e-05, 3e-05]

And report micro F1-score on development set:

Configuration Seed 1 Seed 2 Seed 3 Seed 4 Seed 5 Average
bs8-e10-lr5e-05 0.303 0.2873 0.2881 0.2866 0.2788 0.2888 ± 0.0088
bs4-e10-lr3e-05 0.2984 0.311 0.2718 0.2702 0.2598 0.2822 ± 0.0215
bs4-e10-lr5e-05 0.2907 0.288 0.276 0.268 0.2736 0.2793 ± 0.0097
bs8-e10-lr3e-05 0.2863 0.2771 0.2732 0.2812 0.2657 0.2767 ± 0.0078

The training log and TensorBoard logs (not available for hmBERT Base model) are also uploaded to the model hub.

More information about fine-tuning can be found here.

Acknowledgements

We thank Luisa März, Katharina Schmid and Erion Çano for their fruitful discussions about Historic Language Models.

Research supported with Cloud TPUs from Google's TPU Research Cloud (TRC). Many Thanks for providing access to the TPUs ❤️