CoolFace
Modelpublic

nguyenkhoa2407/roberta-base-NER-favsbot

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

roberta-base-NER-favsbot

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

  • —Loss: 0.4812
  • —Precision: 0.6940
  • —Recall: 0.7056
  • —F1: 0.6997
  • —Accuracy: 0.8454

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: 1.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 LossPrecisionRecallF1Accuracy
No log1.042.18850.17870.37220.24140.2998
No log2.081.91090.37680.14440.20880.4707
No log3.0121.64250.00.00.00.4075
No log4.0161.54020.750.01670.03260.4145
No log5.0201.35690.52630.33330.40820.5785
No log6.0241.22500.46910.50560.48660.6721
No log7.0281.09570.49730.51670.50680.6885
No log8.0320.97510.55810.53330.54550.7190
No log9.0360.88240.64560.56670.60360.7518
No log10.0400.80350.64420.58330.61220.7658
No log11.0440.73360.64120.60560.62290.7822
No log12.0480.67220.63840.62780.63310.7963
No log13.0520.62050.66100.650.65550.8080
No log14.0560.57960.67400.67780.67590.8244
No log15.0600.55030.67960.68330.68140.8244
No log16.0640.52560.68510.68890.68700.8337
No log17.0680.50660.68680.69440.69060.8407
No log18.0720.49290.68680.69440.69060.8431
No log19.0760.48450.68680.69440.69060.8431
No log20.0800.48120.69400.70560.69970.8454

Framework versions

  • —Transformers 4.21.1
  • —Pytorch 1.12.1
  • —Datasets 2.4.0
  • —Tokenizers 0.12.1