--- license: apache-2.0 library_name: peft tags: - trl - sft - generated_from_trainer base_model: teknium/OpenHermes-2.5-Mistral-7B model-index: - name: paper_imp_new_format_1 results: [] --- # paper_imp_new_format_1 This model is a fine-tuned version of [teknium/OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 0.6278 ## 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: 1 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: cosine - lr_scheduler_warmup_steps: 200 - num_epochs: 4 ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | 0.9423 | 0.33 | 9 | 1.0697 | | 1.0127 | 0.67 | 18 | 1.0604 | | 0.9779 | 1.0 | 27 | 1.0315 | | 0.9518 | 1.33 | 36 | 0.9850 | | 0.8728 | 1.67 | 45 | 0.9434 | | 0.8215 | 2.0 | 54 | 0.8961 | | 0.8151 | 2.33 | 63 | 0.8434 | | 0.7027 | 2.67 | 72 | 0.7606 | | 0.6277 | 3.0 | 81 | 0.6863 | | 0.5266 | 3.33 | 90 | 0.6582 | | 0.5282 | 3.67 | 99 | 0.6403 | | 0.5709 | 4.0 | 108 | 0.6278 | ### Framework versions - PEFT 0.7.1 - Transformers 4.36.2 - Pytorch 2.1.2+cu121 - Datasets 2.14.6 - Tokenizers 0.15.0