--- library_name: transformers license: apache-2.0 base_model: bert-base-multilingual-cased tags: - generated_from_keras_callback model-index: - name: AssignmentModel1 results: [] --- # AssignmentModel1 This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on an unknown dataset. It achieves the following results on the evaluation set: - Train Loss: 0.2350 - Train Accuracy: 0.8968 - Validation Loss: 0.3026 - Validation Accuracy: 0.8688 - 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': 'AdamWeightDecay', 'learning_rate': 3e-05, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False, 'weight_decay_rate': 0.0} - training_precision: float32 ### Training results | Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch | |:----------:|:--------------:|:---------------:|:-------------------:|:-----:| | 0.4013 | 0.7741 | 0.4128 | 0.8127 | 0 | | 0.2924 | 0.8547 | 0.2911 | 0.8576 | 1 | | 0.2350 | 0.8968 | 0.3026 | 0.8688 | 2 | ### Framework versions - Transformers 4.51.3 - TensorFlow 2.18.0 - Datasets 3.6.0 - Tokenizers 0.21.1