--- base_model: - Undi95/MXLewd-L2-20B - Undi95/PsyMedRP-v1-20B 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 [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using [Undi95/PsyMedRP-v1-20B](https://huggingface.co/Undi95/PsyMedRP-v1-20B) as a base. ### Models Merged The following models were included in the merge: * [Undi95/MXLewd-L2-20B](https://huggingface.co/Undi95/MXLewd-L2-20B) ### Configuration The following YAML configuration was used to produce this model: ```yaml #Another DARE_TIES test with Random seed. models: - model: Undi95/PsyMedRP-v1-20B parameters: weight: 0.5 density: 0.639 - model: Undi95/MXLewd-L2-20B parameters: weight: 0.5 density: 0.639 merge_method: dare_ties base_model: Undi95/PsyMedRP-v1-20B random_seed: 369 dtype: bfloat16 ```