--- base_model: - Undi95/PsyMedRP-v1-20B - tavtav/Rose-20B library_name: transformers tags: - mergekit - merge --- ![Warning: Cute alien bots inside!](https://huggingface.co/Elfrino/PsyMedRose-20B-Q5_K_M-GGUF/raw/main/twinbots.png) Creative and coherent, more tests needed... A SLERP merge of two nice models: [Undi95/PsyMedRP-v1-20B](https://huggingface.co/Undi95/PsyMedRP-v1-20B) and [tavtav/Rose-20B](https://huggingface.co/tavtav/Rose-20B) ############################################################# # 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: * [Undi95/PsyMedRP-v1-20B](https://huggingface.co/Undi95/PsyMedRP-v1-20B) * [tavtav/Rose-20B](https://huggingface.co/tavtav/Rose-20B) ### Configuration The following YAML configuration was used to produce this model: ```yaml slices: - sources: - model: Undi95/PsyMedRP-v1-20B layer_range: [0, 62] # PsyMedRP has 62 layers - model: tavtav/Rose-20B layer_range: [0, 62] # Rose-20B has 62 layers merge_method: slerp # Or use another method like weight_average if needed base_model: Undi95/PsyMedRP-v1-20B # PsyMedRP as the base for reasoning dominance parameters: t: - filter: self_attn value: [0.3, 0.7, 1, 0.7, 0.4] # Boost creativity in pattern recognition - filter: mlp value: [0.2, 0.6, 1, 0.8, 0.5] # Emphasize creativity in decision-making and connections - value: 0.639 # Slight leaning toward PsyMedRP's base characteristics dtype: bfloat16 ```