CoolFace
Modelpublic

adity12345/Roberta_covi19_rumor

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

Robertacovi19rumor

This model is a fine-tuned version of adity12345/RoBerta_fnir on the None dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.3531
  • —Accuracy: 0.862
  • —Auc: 0.916
  • —Precision: 0.81
  • —Recall: 0.797
  • —F1: 0.803
  • —F1-macro: 0.848
  • —F1-micro: 0.862
  • —F1-weighted: 0.861

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: 8
  • —evalbatchsize: 8
  • —seed: 42
  • —gradientaccumulationsteps: 4
  • —totaltrainbatch_size: 32
  • —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: 2
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracyAucPrecisionRecallF1F1-macroF1-microF1-weighted
0.60220.4329500.49300.7840.8270.9010.4390.590.7220.7840.76
0.41410.86581000.44610.7920.8890.6670.8240.7370.7820.7920.795
0.36431.29441500.34640.8730.9150.890.7330.8040.8550.8730.87
0.31011.72732000.35310.8620.9160.810.7970.8030.8480.8620.861

Framework versions

  • —Transformers 4.55.2
  • —Pytorch 2.8.0+cu126
  • —Datasets 4.0.0
  • —Tokenizers 0.21.4