--- library_name: transformers license: apache-2.0 base_model: bert-base-uncased tags: - generated_from_trainer model-index: - name: bert-base-uncased-pp-2000-1e-06-8 results: [] --- # bert-base-uncased-pp-2000-1e-06-8 This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co./bert-base-uncased) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 0.6968 ## 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: - learning_rate: 1e-06 - train_batch_size: 32 - eval_batch_size: 1024 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 30 ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | No log | 1.0 | 63 | 0.7349 | | No log | 2.0 | 126 | 0.7167 | | No log | 3.0 | 189 | 0.7090 | | 0.7219 | 4.0 | 252 | 0.7015 | | 0.7219 | 5.0 | 315 | 0.6985 | | 0.7219 | 6.0 | 378 | 0.6968 | | 0.6879 | 7.0 | 441 | 0.6984 | | 0.6879 | 8.0 | 504 | 0.6996 | | 0.6879 | 9.0 | 567 | 0.6996 | ### Framework versions - Transformers 4.44.2 - Pytorch 2.4.0+cu121 - Datasets 2.21.0 - Tokenizers 0.19.1