stefan-it's picture
readme: add initial version of model card (#1)
7728d57
metadata
language: de
license: mit
tags:
  - flair
  - token-classification
  - sequence-tagger-model
base_model: hmteams/teams-base-historic-multilingual-discriminator
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 hmTEAMS 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: [8, 4]
  • Learning Rates: [3e-05, 5e-05]

And report micro F1-score on development set:

Configuration Run 1 Run 2 Run 3 Run 4 Run 5 Avg.
bs8-e10-lr5e-05 0.4156 0.3964 0.4141 0.4106 0.3922 40.58 ± 0.96
bs4-e10-lr3e-05 0.416 0.3886 0.3998 0.4309 0.3884 40.47 ± 1.65
bs8-e10-lr3e-05 0.407 0.3797 0.4035 0.4078 0.3891 39.74 ± 1.11
bs4-e10-lr5e-05 0.396 0.3856 0.4044 0.3894 0.3974 39.46 ± 0.65

The training log and TensorBoard logs (only for hmByT5 and hmTEAMS based models) 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 ❤️