CoolFace
Modelpublic

evangeliazve/camembert-ner-articles-nomination

sourceHugging Facemitupdated 3y agoView on Hugging Face
1likes157downloads
Model Card

<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->

camembert-base-articles-ner-backup

This model is a fine-tuned version of camembert-base on an unknown dataset. It achieves the following results on the evaluation set:

  • Loss: 0.6701
  • F1: 0.8723

Model description

This model identifies Name Entities : PERSON, ORGANISATION, JOB TITLE Another Model is being developped to predict relationships between these entities (nomination, départure)

Intended uses & limitations

More information needed

Training and evaluation data

More information needed

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

  • learning_rate: 5e-05
  • trainbatchsize: 16
  • evalbatchsize: 16
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • num_epochs: 20

Training results

Training LossEpochStepValidation LossF1
1.92051.061.74260.0
1.64762.0121.54150.0
1.46073.0181.39440.0635
1.32994.0241.25870.4848
1.19735.0301.12870.6207
1.07076.0361.01100.8043
0.9727.0420.92660.8696
0.88778.0480.86320.8602
0.82319.0540.82790.8511
0.772310.0600.80010.8511
0.730911.0660.76170.8602
0.690212.0720.73640.8602
0.660113.0780.71040.8723
0.630614.0840.70620.8723
0.612715.0900.68960.8602
0.60516.0960.67430.8723
0.589217.01020.68010.8723
0.584318.01080.67970.8723
0.573119.01140.67310.8723
0.570720.01200.67010.8723

Framework versions

  • Transformers 4.24.0
  • Pytorch 1.13.0+cu117
  • Datasets 2.7.0
  • Tokenizers 0.13.2