stefan-it's picture
readme: fix link reference for ByT5 embedding implementation
d4e73f3
metadata
language: fr
license: mit
tags:
  - flair
  - token-classification
  - sequence-tagger-model
base_model: hmbyt5-preliminary/byt5-small-historic-multilingual-span20-flax
inference: false
widget:
  - text: >-
      — 469 . Πεδία . Les tribraques formés par un seul mot sont rares chez les
      tragiques , partont ailleurs qu ’ au premier pied . CÉ . cependant QEd ,
      Roi , 719 , 826 , 4496 .

Fine-tuned Flair Model on AjMC French NER Dataset (HIPE-2022)

This Flair model was fine-tuned on the AjMC French NER Dataset using hmByT5 as backbone LM.

The AjMC dataset consists of NE-annotated historical commentaries in the field of Classics, and was created in the context of the Ajax MultiCommentary project.

The following NEs were annotated: pers, work, loc, object, date and scope.

⚠️ 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.8417 0.8404 0.8414 0.8344 0.8375 83.91 ± 0.28
bs4-e10-lr0.00015 0.824 0.8352 0.8385 0.8204 0.8362 83.09 ± 0.72
bs8-e10-lr0.00016 0.801 0.8155 0.8248 0.8292 0.8462 82.33 ± 1.5
bs8-e10-lr0.00015 0.8098 0.8079 0.8248 0.8193 0.842 82.08 ± 1.23

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