CoolFace
Modelpublic

thedavidhackett/roberta-police-mission-statement

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

roberta-police-mission-statement

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

  • —Loss: 0.2607
  • —Accuracy: 0.9233

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

Training results

Training LossEpochStepValidation LossAccuracy
No log1.01980.25440.9006
No log2.03960.18320.9119
0.31593.05940.25370.9347
0.31594.07920.19020.9347
0.31595.09900.26070.9233

Framework versions

  • —Transformers 4.35.0
  • —Pytorch 2.1.0+cu118
  • —Datasets 2.14.6
  • —Tokenizers 0.14.1