CoolFace
Modelpublic

ayshi/basic_roberta

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

ayshi/basic_roberta

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

  • Train Loss: 0.0085
  • Validation Loss: 1.0970
  • Train Accuracy: 0.8267
  • Epoch: 20

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': 'Adam', 'weightdecay': None, 'clipnorm': None, 'globalclipnorm': None, 'clipvalue': None, 'useema': False, 'emamomentum': 0.99, 'emaoverwritefrequency': None, 'jitcompile': True, 'islegacyoptimizer': False, 'learningrate': {'module': 'keras.optimizers.schedules', 'classname': 'PolynomialDecay', 'config': {'initiallearningrate': 2e-05, 'decaysteps': 960, 'endlearningrate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registeredname': None}, 'beta1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
  • training_precision: float32

Training results

Train LossValidation LossTrain AccuracyEpoch
0.10610.95670.77780
0.05651.08250.77781
0.03621.06960.78222
0.03961.09040.79563
0.03081.00440.80444
0.07481.05780.81335
0.03920.99640.82226
0.01661.02930.80897
0.01740.98950.81788
0.01141.04030.82679
0.01411.00860.817810
0.01451.04030.808911
0.01941.31270.782212
0.01341.29290.791113
0.03770.85650.813314
0.02510.98060.822215
0.01301.07570.835616
0.01001.13040.817
0.01031.08590.813318
0.00781.10500.831119
0.00851.09700.826720

Framework versions

  • Transformers 4.34.0
  • TensorFlow 2.13.0
  • Datasets 2.14.5
  • Tokenizers 0.14.1