--- license: other library_name: peft tags: - trl - sft - generated_from_trainer base_model: Qwen/Qwen1.5-7B-Chat model-index: - name: Qwen1.5-7B-Dutch-Chat-Sft results: [] --- # Qwen1.5-7B-Dutch-Chat-Sft This model is a fine-tuned version of [Qwen/Qwen1.5-7B-Chat](https://huggingface.co/Qwen/Qwen1.5-7B-Chat) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 1.1756 ## 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.0003 - train_batch_size: 2 - eval_batch_size: 4 - seed: 42 - gradient_accumulation_steps: 32 - total_train_batch_size: 64 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: cosine - lr_scheduler_warmup_ratio: 0.05 - training_steps: 1466 ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | 1.4493 | 0.2 | 146 | 1.4083 | | 1.3638 | 0.4 | 292 | 1.3213 | | 1.3146 | 0.6 | 438 | 1.2731 | | 1.2756 | 0.8 | 584 | 1.2400 | | 1.2533 | 1.0 | 730 | 1.2165 | | 1.2388 | 1.19 | 876 | 1.1998 | | 1.2246 | 1.39 | 1022 | 1.1882 | | 1.211 | 1.59 | 1168 | 1.1802 | | 1.204 | 1.79 | 1314 | 1.1763 | | 1.2041 | 1.99 | 1460 | 1.1756 | ### Framework versions - PEFT 0.9.0 - Transformers 4.38.2 - Pytorch 2.2.1+cu121 - Datasets 2.17.1 - Tokenizers 0.15.2