CoolFace
Modelpublic

yanekyuk/camembert-keyword-extractor

sourceHugging Facemitupdated 4y agoView on Hugging Face
13likes68downloads
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-keyword-extractor

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.2199
  • —Precision: 0.6743
  • —Recall: 0.6979
  • —Accuracy: 0.9346
  • —F1: 0.6859

Model description

More information needed

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: 2e-05
  • —trainbatchsize: 16
  • —evalbatchsize: 16
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —num_epochs: 8
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossPrecisionRecallAccuracyF1
0.17471.018750.17800.59350.71160.92580.6472
0.13752.037500.15880.65050.70320.93340.6759
0.11473.056250.17270.68250.66890.93550.6756
0.09694.075000.17590.68860.66210.93500.6751
0.08375.093750.19670.66880.71120.93480.6893
0.07466.0112500.20880.66460.71140.93340.6872
0.06667.0131250.21690.67130.70540.93470.6879
0.06348.0150000.21990.67430.69790.93460.6859

Framework versions

  • —Transformers 4.19.2
  • —Pytorch 1.11.0+cu113
  • —Datasets 2.2.2
  • —Tokenizers 0.12.1