CoolFace
Modelpublic

CIRCL/vulnerability-severity-classification-roberta-base-expC

sourceHugging Facemitupdated 9mo agoView on Hugging Face
0likes65downloads
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. -->

vulnerability-severity-classification-roberta-base-expC

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

  • Loss: 0.5068
  • Accuracy: 0.8484

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: 3e-05
  • trainbatchsize: 32
  • evalbatchsize: 32
  • 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: 8

Training results

Training LossEpochStepValidation LossAccuracy
0.6611.0148440.63850.7360
0.59272.0296880.58540.7616
0.50323.0445320.53940.7890
0.52414.0593760.50380.8080
0.36665.0742200.48940.8245
0.30426.0890640.48620.8347
0.37097.01039080.48720.8447
0.17238.01187520.50680.8484

Framework versions

  • Transformers 4.57.3
  • Pytorch 2.9.1+cu128
  • Datasets 4.4.1
  • Tokenizers 0.22.1