CoolFace
Modelpublic

julien-c/reactiongif-roberta

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
3likes17downloads
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. -->

model

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

  • Loss: 2.9150
  • Accuracy: 0.2662

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

Training results

Training LossEpochStepValidation LossAccuracy
3.05280.4410003.02650.2223
2.98360.8920002.92630.2332
2.74091.3330002.90410.2533
2.79051.7740002.87630.2606
2.43592.2250002.90720.2642
2.45072.6660002.92300.2644

Framework versions

  • Transformers 4.7.0.dev0
  • Pytorch 1.8.1+cu102
  • Datasets 1.8.0
  • Tokenizers 0.10.3