CoolFace
Modelpublic

RealTarz/review-insight-multi-business

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

review-insight-multi-business

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

  • —Loss: 0.0580
  • —Accuracy: 0.9829
  • —F1: 0.9829

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

Training results

Training LossEpochStepValidation LossAccuracyF1
0.49991.09390.11720.96160.9615
0.05762.018780.07290.97770.9777
0.03953.028170.07410.97800.9780
0.03574.037560.05800.98290.9829

Framework versions

  • —PEFT 0.17.1
  • —Transformers 4.56.0
  • —Pytorch 2.8.0+cu128
  • —Datasets 4.0.0
  • —Tokenizers 0.22.0