CoolFace
Modelpublic

adriansanz/intent_analysis_v0

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

intent_analysis

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.0133
  • Accuracy: 0.9986
  • Precision: 0.9982
  • Recall: 0.9983
  • F1: 0.9982

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-05
  • trainbatchsize: 8
  • evalbatchsize: 8
  • seed: 42
  • optimizer: Use adamwtorch with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • lrschedulertype: linear
  • num_epochs: 5

Training results

Training LossEpochStepValidation LossAccuracyPrecisionRecallF1
0.17681.07290.04080.99140.99390.98960.9917
0.05752.014580.03920.990.98850.98790.9880
0.02583.021870.01330.99860.99820.99830.9982
0.014.029160.01510.99860.99820.99830.9982
0.00445.036450.01330.99860.99820.99830.9982

Framework versions

  • Transformers 4.46.2
  • Pytorch 2.5.0+cu121
  • Datasets 3.1.0
  • Tokenizers 0.20.3