CoolFace
Modelpublic

itsanastasiaminina/students_scores_model

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

studentsscoresmodel

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.9662
  • F1: 0.6266

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: 32
  • evalbatchsize: 32
  • 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: 10
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossF1
No log1.02821.02240.5288
1.02952.05641.01530.5571
1.02953.08460.89290.6222
0.83874.011280.85470.6331
0.83875.014100.88950.6200
0.75146.016920.89200.6184
0.75147.019740.93530.6229
0.68158.022560.93030.6287
0.60839.025380.98790.6186
0.608310.028200.96620.6266

Framework versions

  • Transformers 4.47.0
  • Pytorch 2.4.0
  • Datasets 3.1.0
  • Tokenizers 0.21.0