--- base_model: [KatyTheCutie/EstopianMaid-13B] tags: - mergekit - merge license: other license_link: https://huggingface.co/microsoft/Orca-2-13b/blob/main/LICENSE pipeline_tag: text-generation --- # EstopianOrcaMaid-13b This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). ### 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: * [KatyTheCutie/EstopianMaid-13B](https://huggingface.co/KatyTheCutie/EstopianMaid-13B) * [microsoft/Orca-2-13b](https://huggingface.co/microsoft/Orca-2-13b) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: /Volumes/Sabrent/LLMs/EstopianMaid-13B parameters: weight: 0.8 - model: "/Volumes/SanDisk/LLM Archive/Orca-2-13b" parameters: weight: 0.2 merge_method: linear dtype: float16 ```