CoolFace
Modelpublic

mbordes/masked-lm-tpu

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes6downloads
Model Card

<!-- This model card has been generated automatically according to the information Keras had access to. You should probably proofread and complete it, then remove this comment. -->

mbordes/masked-lm-tpu

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

  • —Train Loss: 9.8611
  • —Train Accuracy: 0.0090
  • —Validation Loss: 9.7448
  • —Validation Accuracy: 0.0214
  • —Epoch: 8

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:

  • —optimizer: {'name': 'AdamWeightDecay', 'learningrate': {'classname': 'WarmUp', 'config': {'initiallearningrate': 0.0001, 'decayschedulefn': {'classname': 'PolynomialDecay', 'config': {'initiallearningrate': 0.0001, 'decaysteps': 22325, 'endlearningrate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, '_passiveserialization_': True}, 'warmupsteps': 1175, 'power': 1.0, 'name': None}}, 'decay': 0.0, 'beta1': 0.9, 'beta2': 0.999, 'epsilon': 1e-08, 'amsgrad': False, 'weightdecayrate': 0.001}
  • —training_precision: float32

Training results

Train LossTrain AccuracyValidation LossValidation AccuracyEpoch
10.17940.010.17650.00
10.18020.010.16640.01
10.16010.010.13140.02
10.14020.010.09290.00003
10.09940.000010.04540.00004
10.04840.00009.97900.00035
9.99740.00039.90650.00256
9.92560.00239.83250.01307
9.86110.00909.74480.02148

Framework versions

  • —Transformers 4.33.1
  • —TensorFlow 2.12.0
  • —Tokenizers 0.13.3