CoolFace
Modelpublic

mp6kv/paper_feedback_intent

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

paperfeedbackintent

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.3621
  • Accuracy: 0.9302
  • Precision: 0.9307
  • Recall: 0.9302
  • F1: 0.9297

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

Training results

Training LossEpochStepValidation LossAccuracyPrecisionRecallF1
0.91741.0110.70540.79070.79030.79070.7861
0.69172.0220.46650.81400.81340.81400.8118
0.42763.0330.33260.90700.90650.90700.9041
0.26564.0440.32860.90700.90650.90700.9041
0.16115.0550.30440.93020.93070.93020.9297
0.10256.0660.32270.93020.93070.93020.9297
0.07997.0770.32160.93020.93070.93020.9297
0.07618.0880.35290.93020.93070.93020.9297
0.04799.0990.36050.93020.93070.93020.9297
0.035810.01100.36210.93020.93070.93020.9297

Framework versions

  • Transformers 4.17.0
  • Pytorch 1.10.0+cu111
  • Datasets 2.0.0
  • Tokenizers 0.11.6