--- license: apache-2.0 library_name: peft tags: - trl - sft - generated_from_trainer datasets: - generator base_model: mistralai/Mistral-7B-v0.1 model-index: - name: mistral7b_instruct_generation results: [] --- # mistral7b_instruct_generation This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the generator dataset. It achieves the following results on the evaluation set: - Loss: 1.8005 ## 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.0002 - train_batch_size: 4 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: constant - lr_scheduler_warmup_steps: 0.03 - training_steps: 500 ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | 1.8104 | 0.0 | 20 | 1.8311 | | 1.8733 | 0.01 | 40 | 1.7997 | | 1.8345 | 0.01 | 60 | 1.7945 | | 1.8398 | 0.01 | 80 | 1.7932 | | 1.78 | 0.01 | 100 | 1.7907 | | 1.8252 | 0.02 | 120 | 1.7928 | | 1.8167 | 0.02 | 140 | 1.7956 | | 1.725 | 0.02 | 160 | 1.7962 | | 1.8002 | 0.03 | 180 | 1.7896 | | 1.8759 | 0.03 | 200 | 1.7920 | | 1.8595 | 0.03 | 220 | 1.7916 | | 1.8163 | 0.03 | 240 | 1.7875 | | 1.9264 | 0.04 | 260 | 1.7893 | | 1.8695 | 0.04 | 280 | 1.7918 | | 1.832 | 0.04 | 300 | 1.7885 | | 1.9739 | 0.04 | 320 | 1.7940 | | 1.8577 | 0.05 | 340 | 1.7960 | | 1.8489 | 0.05 | 360 | 1.7905 | | 1.8773 | 0.05 | 380 | 1.8002 | | 1.8049 | 0.06 | 400 | 1.7929 | | 1.9172 | 0.06 | 420 | 1.7968 | | 1.8621 | 0.06 | 440 | 1.7962 | | 1.8691 | 0.06 | 460 | 1.8018 | | 1.8435 | 0.07 | 480 | 1.8015 | | 1.86 | 0.07 | 500 | 1.8005 | ### Framework versions - PEFT 0.7.1 - Transformers 4.37.1 - Pytorch 2.1.0+cu121 - Datasets 2.16.1 - Tokenizers 0.15.1