CoolFace
Modelpublic

dmargutierrez/distilroberta-base-mapa_coarse-ner

sourceHugging Faceapache-2.0updated 4y agoView on Hugging Face
0likes11downloads
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. -->

distilroberta-base-mapa_coarse-ner

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

  • Loss: 0.1020
  • Precision: 0.7441
  • Recall: 0.5805
  • F1: 0.6522
  • Accuracy: 0.9872

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: 15

Training results

Training LossEpochStepValidation LossPrecisionRecallF1Accuracy
0.03431.017390.06940.63420.52050.57180.9841
0.02632.034780.07050.79610.52350.63170.9865
0.01833.052170.06700.74170.53130.61910.9864
0.0154.069560.06320.72370.58500.64700.9869
0.01375.086950.06630.73110.60640.66290.9872
0.0116.0104340.07030.71630.58770.64570.9868
0.00967.0121730.07990.75110.56760.64660.9871
0.00718.0139120.07700.73860.56400.63960.9868
0.00689.0156510.08270.72850.56740.63790.9868
0.005710.0173900.08970.76110.57190.65310.9872
0.005311.0191290.09400.76140.56270.64710.9871
0.00412.0208680.08740.71840.60840.65880.9873
0.003513.0226070.09860.75130.57660.65250.9872
0.00314.0243460.10120.73960.58050.65050.9871
0.002615.0260850.10200.74410.58050.65220.9872

Framework versions

  • Transformers 4.26.0
  • Pytorch 1.13.1+cu117
  • Datasets 2.9.0
  • Tokenizers 0.13.2