CoolFace
Modelpublic

cslin612/masked-lm-tpu

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

cslin612/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.9462
  • —Train Accuracy: 0.0015
  • —Validation Loss: 9.8661
  • —Validation Accuracy: 0.0096
  • —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': {'module': 'transformers.optimizationtf', 'classname': 'WarmUp', 'config': {'initiallearningrate': 0.0001, 'decayschedulefn': {'module': 'keras.optimizers.schedules', 'classname': 'PolynomialDecay', 'config': {'initiallearningrate': 0.0001, 'decaysteps': 22325, 'endlearningrate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registeredname': None}, 'warmupsteps': 1175, 'power': 1.0, 'name': None}, 'registeredname': 'WarmUp'}, '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.27300.010.28920.00
10.27040.010.26540.01
10.25700.010.24210.02
10.22590.000010.20440.03
10.19720.000010.15560.04
10.14080.010.09270.00005
10.09550.000010.02580.00016
10.01900.00019.94500.00087
9.94620.00159.86610.00968

Framework versions

  • —Transformers 4.31.0
  • —TensorFlow 2.15.0
  • —Tokenizers 0.13.3