--- base_model: - Walmart-the-bag/MysticFusion-13B - Undi95/Amethyst-13B - Sao10K/Stheno-Inverted-1.2-L2-13B library_name: transformers tags: - mergekit - merge - not-for-all-audiences --- A merge of my favorite Llama-2 models. # Thanks mradermacher for the quants * [GGUF](https://huggingface.co/mradermacher/MysticGem-L2-13B-GGUF) # 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 [linear](https://arxiv.org/abs/2203.05482) merge method. ### Models Merged The following models were included in the merge: * [Walmart-the-bag/MysticFusion-13B](https://huggingface.co/Walmart-the-bag/MysticFusion-13B) * [Undi95/Amethyst-13B](https://huggingface.co/Undi95/Amethyst-13B) * [Sao10K/Stheno-Inverted-1.2-L2-13B](https://huggingface.co/Sao10K/Stheno-Inverted-1.2-L2-13B) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: Undi95/Amethyst-13B parameters: weight: 0.3 - model: Walmart-the-bag/MysticFusion-13B parameters: weight: 0.5 - model: Sao10K/Stheno-Inverted-1.2-L2-13B parameters: weight: 0.2 merge_method: linear dtype: float16 ```