CoolFace
Modelpublic

sksayril/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. -->

sksayril/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.9316
  • —Train Accuracy: 0.0038
  • —Validation Loss: 9.8372
  • —Validation Accuracy: 0.0175
  • —Epoch: 7

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.19290.000010.18960.00
10.18700.010.17730.01
10.17240.010.14780.02
10.14660.000010.10510.03
10.10960.000010.05350.00004
10.06180.00019.99530.00065
9.99830.00069.91970.00576
9.93160.00389.83720.01757

Framework versions

  • —Transformers 4.35.2
  • —TensorFlow 2.12.0
  • —Tokenizers 0.15.0