--- library_name: transformers license: apache-2.0 base_model: mistralai/Mistral-7B-Instruct-v0.2 tags: - trl - sft - generated_from_trainer model-index: - name: IE_M2_1000steps_1e6rate_SFT results: [] --- # IE_M2_1000steps_1e6rate_SFT This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 2.1241 ## 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: 2 - eval_batch_size: 1 - seed: 42 - gradient_accumulation_steps: 2 - total_train_batch_size: 4 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: cosine - lr_scheduler_warmup_steps: 100 - training_steps: 1000 ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | 1.3204 | 0.4 | 50 | 1.2951 | | 1.2959 | 0.8 | 100 | 1.2707 | | 1.1469 | 1.2 | 150 | 1.2966 | | 1.0839 | 1.6 | 200 | 1.2918 | | 1.1089 | 2.0 | 250 | 1.2759 | | 0.6433 | 2.4 | 300 | 1.3874 | | 0.6433 | 2.8 | 350 | 1.3916 | | 0.3106 | 3.2 | 400 | 1.6073 | | 0.3397 | 3.6 | 450 | 1.5376 | | 0.2909 | 4.0 | 500 | 1.6111 | | 0.1419 | 4.4 | 550 | 1.7819 | | 0.1438 | 4.8 | 600 | 1.7870 | | 0.0583 | 5.2 | 650 | 1.9767 | | 0.0645 | 5.6 | 700 | 1.9910 | | 0.0634 | 6.0 | 750 | 1.9911 | | 0.0383 | 6.4 | 800 | 2.1028 | | 0.0405 | 6.8 | 850 | 2.1131 | | 0.0292 | 7.2 | 900 | 2.1218 | | 0.0284 | 7.6 | 950 | 2.1242 | | 0.0323 | 8.0 | 1000 | 2.1241 | ### Framework versions - Transformers 4.44.2 - Pytorch 2.0.0+cu117 - Datasets 3.0.0 - Tokenizers 0.19.1