CoolFace
Modelpublic

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

czgrqg/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.8360
  • —Train Accuracy: 0.0136
  • —Validation Loss: 9.7388
  • —Validation Accuracy: 0.0224
  • —Epoch: 9

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.26300.010.26790.00000
10.26510.000010.25330.01
10.24270.010.21910.02
10.21720.010.19160.03
10.18330.010.13580.04
10.12830.010.07640.00005
10.06600.00009.99980.00026
10.00450.00049.92910.00427
9.92300.00399.84910.01618
9.83600.01369.73880.02249

Framework versions

  • —Transformers 4.35.2
  • —TensorFlow 2.15.0
  • —Tokenizers 0.15.0