--- license: apache-2.0 base_model: mistralai/Mistral-7B-Instruct-v0.2 tags: - trl - sft - generated_from_trainer model-index: - name: Summary_M2_1000steps_1e6rate_SFT results: [] --- # Summary_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: 0.0000 ## 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 | |:-------------:|:-----:|:----:|:---------------:| | 0.0111 | 0.2 | 50 | 0.0070 | | 0.0046 | 0.4 | 100 | 0.0041 | | 0.0005 | 0.6 | 150 | 0.0004 | | 0.0001 | 0.8 | 200 | 0.0001 | | 0.0 | 1.0 | 250 | 0.0000 | | 0.0 | 1.2 | 300 | 0.0000 | | 0.0 | 1.4 | 350 | 0.0000 | | 0.0 | 1.6 | 400 | 0.0000 | | 0.0 | 1.8 | 450 | 0.0000 | | 0.0 | 2.0 | 500 | 0.0000 | | 0.0 | 2.2 | 550 | 0.0000 | | 0.0 | 2.4 | 600 | 0.0000 | | 0.0 | 2.6 | 650 | 0.0000 | | 0.0 | 2.8 | 700 | 0.0000 | | 0.0 | 3.0 | 750 | 0.0000 | | 0.0 | 3.2 | 800 | 0.0000 | | 0.0 | 3.4 | 850 | 0.0000 | | 0.0 | 3.6 | 900 | 0.0000 | | 0.0 | 3.8 | 950 | 0.0000 | | 0.0 | 4.0 | 1000 | 0.0000 | ### Framework versions - Transformers 4.41.2 - Pytorch 2.0.0+cu117 - Datasets 2.19.2 - Tokenizers 0.19.1