CoolFace
Modelpublic

IIIT-L/roberta-large-finetuned-code-mixed-DS

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-large-finetuned-code-mixed-DS

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

  • Loss: 3.1340
  • Accuracy: 0.7203
  • Precision: 0.6584
  • Recall: 0.6548
  • F1: 0.6558

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: 16
  • evalbatchsize: 32
  • seed: 43
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • num_epochs: 20

Training results

Training LossEpochStepValidation LossAccuracyPrecisionRecallF1
0.97291.02480.74910.69220.64340.66250.6358
0.74741.994960.69470.71830.67120.69150.6760
0.59382.997440.73700.71230.66240.68390.6642
0.42643.989920.88200.71230.65400.66360.6492
0.28064.9812401.20220.74040.68070.66940.6742
0.22395.9814881.39330.72230.65930.65870.6568
0.15856.9717361.85430.73040.67300.67630.6737
0.13027.9719842.07830.71430.64950.65200.6504
0.10088.9622322.35230.71830.65880.65610.6552
0.07939.9624802.52600.71630.65160.65660.6538
0.049810.9627282.60740.74250.69020.68170.6830
0.048411.9529762.67580.72840.66870.67340.6709
0.040912.9532242.86580.74250.68170.67560.6781
0.023913.9434722.94840.74650.69800.68180.6870
0.02514.9437203.08270.73040.67780.65770.6641
0.028615.9439683.00110.71830.65090.64750.6491
0.026416.9342163.15810.72640.66450.65630.6595
0.00917.9344643.12000.72230.65890.65610.6569
0.01218.9247123.13640.72030.65730.65030.6525
0.01719.9249603.13400.72030.65840.65480.6558

Framework versions

  • Transformers 4.20.1
  • Pytorch 1.10.1+cu111
  • Datasets 2.3.2
  • Tokenizers 0.12.1