--- base_model: - jeiku/Theory_of_Mind_128_StableLM - jeiku/Everything_v3_128_StableLM - jeiku/Gnosis_StableLM tags: - mergekit - merge --- # mooby 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: * new1 + [jeiku/Theory_of_Mind_128_StableLM](https://huggingface.co/jeiku/Theory_of_Mind_128_StableLM) * new1 + [jeiku/Everything_v3_128_StableLM](https://huggingface.co/jeiku/Everything_v3_128_StableLM) * new1 + [jeiku/Gnosis_StableLM](https://huggingface.co/jeiku/Gnosis_StableLM) ### Configuration The following YAML configuration was used to produce this model: ```yaml merge_method: linear models: - model: new1+jeiku/Theory_of_Mind_128_StableLM parameters: weight: 1 - model: new1+jeiku/Everything_v3_128_StableLM parameters: weight: 1 - model: new1+jeiku/Gnosis_StableLM parameters: weight: 1 dtype: float16 ```