CoolFace
Modelpublic

2rtl3/mn-xlm-roberta-base-named-entity

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

mn-xlm-roberta-base-named-entity

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

  • Loss: 0.1224
  • Precision: 0.9275
  • Recall: 0.9364
  • F1: 0.9319
  • Accuracy: 0.9783

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: 32
  • 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.20151.04770.09150.88300.90760.89510.9724
0.08372.09540.08720.90890.92020.91450.9757
0.06053.014310.08140.91340.92750.92040.9768
0.04474.019080.09060.92190.93160.92670.9774
0.03175.023850.09690.92290.93300.92800.9782
0.02546.028620.11210.92160.93430.92790.9777
0.01957.033390.11430.92980.93640.93310.9790
0.01458.038160.11750.92290.93370.92830.9773
0.01149.042930.12050.92330.93320.92820.9774
0.009110.047700.12240.92750.93640.93190.9783

Framework versions

  • Transformers 4.28.0
  • Pytorch 2.0.0+cu118
  • Datasets 2.12.0
  • Tokenizers 0.13.3