--- base_model: - BeaverAI/Moist-Miqu-70B-v1-RC1 - sophosympatheia/Midnight-Miqu-70B-v1.5 library_name: transformers tags: - mergekit - merge --- # merged 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 [linear](https://arxiv.org/abs/2203.05482) merge method. ### Models Merged The following models were included in the merge: * [BeaverAI/Moist-Miqu-70B-v1-RC1](https://huggingface.co/BeaverAI/Moist-Miqu-70B-v1-RC1) * [sophosympatheia/Midnight-Miqu-70B-v1.5](https://huggingface.co/sophosympatheia/Midnight-Miqu-70B-v1.5) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: BeaverAI/Moist-Miqu-70B-v1-RC1 parameters: weight: 0.75 - model: sophosympatheia/Midnight-Miqu-70B-v1.5 parameters: weight: 0.25 merge_method: linear # ```