stefan-it's picture
readme: add initial version
a8d4d49
|
raw
history blame
4.61 kB
metadata
language: fr
license: mit
tags:
  - flair
  - token-classification
  - sequence-tagger-model
base_model: hmteams/teams-base-historic-multilingual-discriminator
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 hmTEAMS 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.

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