SIA86's picture
Training in progress epoch 5
4a640c2
|
raw
history blame
2.28 kB
metadata
license: apache-2.0
base_model: bert-base-multilingual-cased
tags:
  - generated_from_keras_callback
model-index:
  - name: SIA86/bert-cased-text-classification
    results: []

SIA86/bert-cased-text-classification

This model is a fine-tuned version of bert-base-multilingual-cased on an unknown dataset. It achieves the following results on the evaluation set:

  • Train Loss: 0.8128
  • Train Accuracy: 0.7861
  • Validation Loss: 1.0982
  • Validation Accuracy: 0.7143
  • Epoch: 5

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', 'weight_decay': None, 'clipnorm': None, 'global_clipnorm': None, 'clipvalue': None, 'use_ema': False, 'ema_momentum': 0.99, 'ema_overwrite_frequency': None, 'jit_compile': True, 'is_legacy_optimizer': False, 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 5e-05, 'decay_steps': 2320, 'end_learning_rate': 0, 'power': 1.0, 'cycle': False, 'name': None}}, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
  • training_precision: float32

Training results

Train Loss Train Accuracy Validation Loss Validation Accuracy Epoch
2.8423 0.2313 2.5340 0.3593 0
2.4502 0.3181 2.3051 0.3333 1
2.2064 0.3648 1.9143 0.4416 2
1.6431 0.5494 1.5876 0.5411 3
1.1282 0.6960 1.4404 0.6190 4
0.8128 0.7861 1.0982 0.7143 5

Framework versions

  • Transformers 4.31.0
  • TensorFlow 2.12.0
  • Datasets 2.14.1
  • Tokenizers 0.13.3