stefan-it's picture
readme: fix link reference for ByT5 embedding implementation
00c0aac
metadata
language: sv
license: mit
tags:
  - flair
  - token-classification
  - sequence-tagger-model
base_model: hmbyt5-preliminary/byt5-small-historic-multilingual-span20-flax
inference: false
widget:
  - text: >-
      Värri , Teittinen , Forsman , Tensik - kala m . fl . anslöto sig till
      reservatio - nen , hvaremot lm Fieandt , Huopo - nen , Koskelin , Leppänen
      , ( Li - belits ) , Eklund m . fl . förordade ut - skottets formulering af
      § 11 .

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

This Flair model was fine-tuned on the Swedish NewsEye NER Dataset using hmByT5 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.

⚠️ Inference Widget ⚠️

Fine-Tuning ByT5 models in Flair is currently done by implementing an own ByT5Embedding class.

This class needs to be present when running the model with Flair.

Thus, the inference widget is not working with hmByT5 at the moment on the Model Hub and is currently disabled.

This should be fixed in future, when ByT5 fine-tuning is supported in Flair directly.

Results

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

  • Batch Sizes: [8, 4]
  • Learning Rates: [0.00015, 0.00016]

And report micro F1-score on development set:

Configuration Run 1 Run 2 Run 3 Run 4 Run 5 Avg.
bs4-e10-lr0.00016 0.8015 0.7653 0.7776 0.8096 0.7963 79.01 ± 1.62
bs4-e10-lr0.00015 0.7877 0.7505 0.7985 0.7729 0.8 78.19 ± 1.85
bs8-e10-lr0.00016 0.7063 0.6004 0.6643 0.6486 0.6848 66.09 ± 3.59
bs8-e10-lr0.00015 0.6679 0.5471 0.6329 0.6509 0.6534 63.04 ± 4.31

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 ❤️