--- base_model: - jeiku/Rosa_v1_3B - jondurbin/airoboros-3b-3p0 - cxllin/StableHermes-3b tags: - mergekit - merge --- # Mixed 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: * [jeiku/Rosa_v1_3B](https://huggingface.co/jeiku/Rosa_v1_3B) * [jondurbin/airoboros-3b-3p0](https://huggingface.co/jondurbin/airoboros-3b-3p0) * [cxllin/StableHermes-3b](https://huggingface.co/cxllin/StableHermes-3b) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: cxllin/StableHermes-3b parameters: weight: 1.0 - model: jondurbin/airoboros-3b-3p0 parameters: weight: 1.0 - model: jeiku/Rosa_v1_3B parameters: weight: 1.0 merge_method: linear dtype: float16 ```