--- base_model: - FallenMerick/MN-Violet-Lotus-12B library_name: transformers tags: - mergekit - merge --- # Lotus-Magpic Another merge that seems promising to me. My goal was to create an RP model with natural flow. ## 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: * MN-Violet-Lotus-12B * Magnum-Picaro-0.7-v2-12b ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: Magnum-Picaro-0.7-v2-12b parameters: weight: 0.4 - model: MN-Violet-Lotus-12B parameters: weight: 0.6 merge_method: linear dtype: float16 ```