--- tags: - generated_from_trainer model-index: - name: calculator_model_test results: [] --- # calculator_model_test This model is a fine-tuned version of [](https://huggingface.co/) on the None dataset. It achieves the following results on the evaluation set: - Loss: 0.8243 ## 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: 0.001 - train_batch_size: 512 - eval_batch_size: 512 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 10 ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | 2.8893 | 1.0 | 6 | 2.1271 | | 1.9669 | 2.0 | 12 | 1.8233 | | 1.6822 | 3.0 | 18 | 1.5134 | | 1.3991 | 4.0 | 24 | 1.2639 | | 1.1731 | 5.0 | 30 | 1.1030 | | 1.0664 | 6.0 | 36 | 0.9758 | | 0.9729 | 7.0 | 42 | 0.9245 | | 0.9171 | 8.0 | 48 | 0.8696 | | 0.8722 | 9.0 | 54 | 0.8384 | | 0.8487 | 10.0 | 60 | 0.8243 | ### Framework versions - Transformers 4.37.2 - Pytorch 2.1.0+cu121 - Datasets 2.17.1 - Tokenizers 0.15.2