--- base_model: - macadeliccc/SOLAR-2x10.7b-truthy-dpo - Alsebay/SunnyRain-2x10.7B library_name: transformers tags: - mergekit - merge --- Find Solar Rain GGUF here SzilviaB/Solar_Rain-Q8_0-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 SLERP merge method. ### Models Merged The following models were included in the merge: * [macadeliccc/SOLAR-2x10.7b-truthy-dpo](https://huggingface.co/macadeliccc/SOLAR-2x10.7b-truthy-dpo) * [Alsebay/SunnyRain-2x10.7B](https://huggingface.co/Alsebay/SunnyRain-2x10.7B) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: macadeliccc/SOLAR-2x10.7b-truthy-dpo - model: Alsebay/SunnyRain-2x10.7B merge_method: slerp base_model: macadeliccc/SOLAR-2x10.7b-truthy-dpo dtype: bfloat16 parameters: t: [0, 0.5, 1, 0.5, 0] # V shaped curve: Hermes for input & output, WizardMath in the middle layers ```