--- base_model: - crestf411/daybreak-kunoichi-2dpo-7b - Ppoyaa/LuminRP-7B-128k-v0.4 - Undi95/Mistral-RP-0.1-7B library_name: transformers tags: - mergekit - merge --- # merge This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). ## Merge Details ### Merge Method This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [Ppoyaa/LuminRP-7B-128k-v0.4](https://huggingface.co/Ppoyaa/LuminRP-7B-128k-v0.4) as a base. ### Models Merged The following models were included in the merge: * [crestf411/daybreak-kunoichi-2dpo-7b](https://huggingface.co/crestf411/daybreak-kunoichi-2dpo-7b) * [Undi95/Mistral-RP-0.1-7B](https://huggingface.co/Undi95/Mistral-RP-0.1-7B) ### Configuration The following YAML configuration was used to produce this model: ```yaml slices: models: - model: crestf411/daybreak-kunoichi-2dpo-7b - model: Undi95/Mistral-RP-0.1-7B - model: Ppoyaa/LuminRP-7B-128k-v0.4 merge_method: model_stock base_model: Ppoyaa/LuminRP-7B-128k-v0.4 dtype: bfloat16 ```