CoolFace
Modelpublic

czigopis/bert-base-greek-uncased-v1-finetuned-on-OGTDv1

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

czigopis/bert-base-greek-uncased-v1-finetuned-on-OGTDv1

This model is a fine-tuned version of nlpaueb/bert-base-greek-uncased-v1 on the Offensive Greek Tweet Dataset (OGTD). It achieves the following results on the evaluation set:

  • —Train Loss: 0.1390
  • —Validation Loss: 0.4815
  • —Train Matthews Correlation: 0.6669
  • —Train F1: 0.8385
  • —Train Accuracy: 0.8333
  • —Epoch: 4

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': 1e-05, 'decaysteps': 9805, '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 Matthews CorrelationTrain F1Train AccuracyEpoch
0.63380.50990.53130.75600.76420
0.43090.39830.66690.83390.83331
0.30240.41960.65940.82200.82802
0.22220.44320.66660.83740.83333
0.13900.48150.66690.83850.83334

Framework versions

  • —Transformers 4.40.2
  • —TensorFlow 2.15.0
  • —Datasets 2.19.1
  • —Tokenizers 0.19.1