--- base_model: - Novaciano/Bad_Alice-Refined-RP-3.2-1B - Novaciano/Dirty_RP-3.2-1B library_name: transformers tags: - mergekit - merge --- # 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](https://en.wikipedia.org/wiki/Slerp) merge method. ### Models Merged The following models were included in the merge: * [Novaciano/Bad_Alice-Refined-RP-3.2-1B](https://huggingface.co/Novaciano/Bad_Alice-Refined-RP-3.2-1B) * [Novaciano/Dirty_RP-3.2-1B](https://huggingface.co/Novaciano/Dirty_RP-3.2-1B) ### Configuration The following YAML configuration was used to produce this model: ```yaml merge_method: slerp base_model: Novaciano/Bad_Alice-Refined-RP-3.2-1B dtype: bfloat16 out_dtype: bfloat16 models: - model: Novaciano/SEX_ROLEPLAY-3.2-1B weight: 0.6 parameters: normalize: true rescale: true t: 0.6 base_model: ./Brutal_Sex_RP-3.2-1B models: - model: Novaciano/Dirty_RP-3.2-1B weight: 0.15 parameters: normalize: true rescale: true t: 0.5 ```