--- license: apache-2.0 base_model: mistralai/Mistral-7B-v0.1 tags: - generated_from_trainer model-index: - name: out results: [] --- [Built with Axolotl](https://github.com/OpenAccess-AI-Collective/axolotl) # out This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the None dataset. It achieves the following results on the evaluation set: - Loss: 1.3725 ## 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: 6e-06 - train_batch_size: 2 - eval_batch_size: 2 - seed: 42 - distributed_type: multi-GPU - num_devices: 8 - total_train_batch_size: 16 - total_eval_batch_size: 16 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: cosine - lr_scheduler_warmup_steps: 10 - num_epochs: 4 ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | 0.943 | 0.02 | 1 | 1.0093 | | 1.0227 | 0.2 | 13 | 1.0003 | | 0.9914 | 0.41 | 26 | 1.0069 | | 0.9191 | 0.61 | 39 | 1.0096 | | 0.9267 | 0.81 | 52 | 1.0042 | | 0.585 | 1.02 | 65 | 1.0074 | | 0.5484 | 1.22 | 78 | 1.0564 | | 0.4985 | 1.42 | 91 | 1.0667 | | 0.6083 | 1.62 | 104 | 1.0654 | | 0.5096 | 1.83 | 117 | 1.0658 | | 0.3236 | 2.03 | 130 | 1.1173 | | 0.3175 | 2.23 | 143 | 1.1918 | | 0.2587 | 2.44 | 156 | 1.2020 | | 0.2723 | 2.64 | 169 | 1.1949 | | 0.2807 | 2.84 | 182 | 1.1987 | | 0.1422 | 3.05 | 195 | 1.2794 | | 0.1251 | 3.25 | 208 | 1.3291 | | 0.1403 | 3.45 | 221 | 1.3496 | | 0.1082 | 3.66 | 234 | 1.3733 | | 0.0974 | 3.86 | 247 | 1.3725 | ### Framework versions - Transformers 4.34.0.dev0 - Pytorch 2.0.1+cu118 - Datasets 2.14.4 - Tokenizers 0.14.0