CoolFace
Modelpublic

AnonymousCS/xlmr_norwegian_immigration4

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

xlmrnorwegianimmigration4

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

  • —Loss: 0.2805
  • —Accuracy: 0.9231
  • —1-f1: 0.8780
  • —1-recall: 0.8372
  • —1-precision: 0.9231
  • —Balanced Acc: 0.9014

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: 1e-05
  • —trainbatchsize: 128
  • —evalbatchsize: 128
  • —seed: 42
  • —optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • —lrschedulertype: linear
  • —num_epochs: 15
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracy1-f11-recall1-precisionBalanced Acc
0.35321.050.31470.90.83540.76740.91670.8665
0.23022.0100.27970.90.85390.88370.82610.8959
0.19573.0150.25010.91540.86420.81400.92110.8897
0.13014.0200.27240.91540.86420.81400.92110.8897
0.14775.0250.28050.92310.87800.83720.92310.9014

Framework versions

  • —Transformers 4.56.0.dev0
  • —Pytorch 2.8.0+cu126
  • —Datasets 4.0.0
  • —Tokenizers 0.21.4