--- license: apache-2.0 base_model: bert-large-uncased tags: - generated_from_keras_callback model-index: - name: vedantjumle/bert-2 results: [] --- # vedantjumle/bert-2 This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on an unknown dataset. It achieves the following results on the evaluation set: - Train Loss: 5.0326 - Validation Loss: 5.0256 - Train Accuracy: 0.0067 - 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': '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': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 6000, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False} - training_precision: float32 ### Training results | Train Loss | Validation Loss | Train Accuracy | Epoch | |:----------:|:---------------:|:--------------:|:-----:| | 5.1229 | 5.0343 | 0.0067 | 0 | | 5.0629 | 5.0547 | 0.0033 | 1 | | 5.0585 | 5.0239 | 0.0167 | 2 | | 5.0530 | 5.0257 | 0.0167 | 3 | | 5.0545 | 5.0207 | 0.01 | 4 | | 5.0549 | 5.0104 | 0.01 | 5 | | 5.0401 | 5.0240 | 0.0067 | 6 | | 5.0400 | 5.0121 | 0.01 | 7 | | 5.0372 | 5.0030 | 0.0167 | 8 | | 5.0326 | 5.0256 | 0.0067 | 9 | ### Framework versions - Transformers 4.34.0 - TensorFlow 2.13.0 - Datasets 2.14.5 - Tokenizers 0.14.1