CoolFace
Modelpublic

kanak8278/xlnet-large-cased-ner-food-combined-weighted-v2

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes28downloads
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. -->

xlnet-large-cased-ner-food-combined-weighted-v2

This model is a fine-tuned version of xlnet-large-cased on the None dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.1182
  • —Precision: 0.7436
  • —Recall: 0.8947
  • —F1: 0.8122
  • —Accuracy: 0.9642

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: 5e-06
  • —trainbatchsize: 16
  • —evalbatchsize: 24
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —num_epochs: 10

Training results

Training LossEpochStepValidation LossPrecisionRecallF1Accuracy
0.53661.125000.15250.67750.84930.75370.9550
0.16972.2510000.13850.64030.85800.73330.9457
0.12793.3715000.13400.78990.87680.83110.9693
0.11784.4920000.12470.77500.88760.82750.9679
0.10215.6225000.11820.74360.89470.81220.9642
0.09576.7430000.11920.73440.88760.80380.9626
0.08827.8735000.12260.76410.89010.82230.9667
0.08028.9940000.13230.78720.89010.83550.9695

Framework versions

  • —Transformers 4.27.4
  • —Pytorch 2.0.0+cu118
  • —Datasets 2.11.0
  • —Tokenizers 0.13.3