CoolFace
Modelpublic

juancopi81/tutorial-model-bert-base-spanish-uncased-movie-rating

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

tmp9770t4k0

This model is a fine-tuned version of nlptown/bert-base-multilingual-uncased-sentiment on an muchocine dataset. It achieves the following results on the evaluation set:

  • —Train Loss: 0.6629
  • —Train Accuracy: 0.7345
  • —Validation Loss: 1.4827
  • —Validation Accuracy: 0.5
  • —Epoch: 2

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', 'learningrate': {'classname': 'PolynomialDecay', 'config': {'initiallearningrate': 5e-05, 'decaysteps': 1305, 'endlearningrate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'decay': 0.0, 'beta1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
  • —training_precision: float32

Training results

Train LossTrain AccuracyValidation LossValidation AccuracyEpoch
1.37180.39081.26470.43810
1.08080.53301.26720.47421
0.66290.73451.48270.52

Framework versions

  • —Transformers 4.17.0
  • —TensorFlow 2.8.0
  • —Datasets 1.18.4
  • —Tokenizers 0.11.6