--- base_model: - TheDrummer/Rocinante-X-12B-v1 - WokeAI/Tankie-DPE-12B-SFT-v2 library_name: transformers tags: - mergekit - merge - slerp - roleplay - experimental - mistral language: - en pipeline_tag: text-generation model_name: Red-Rosie-12B license: apache-2.0 --- # RED ROSIE ยท 12B ![SLERP](https://img.shields.io/badge/Merge-SLERP-7b2d8b) ![Base](https://img.shields.io/badge/Base-Rocinante--X%3A12B-1d6fa5) ![Spice](https://img.shields.io/badge/Spice-Tankie%3A12B-c41217) ![Size](https://img.shields.io/badge/Size-12B-555555) ![Experimental](https://img.shields.io/badge/Status-Experimental-e07b39) ![Red Rosie](red-rosie-logo.png) --- **Red Rosie** is an experimental SLERP merge of two 12B models with very different souls: | | Model | Character | |---|---|---| | ๐Ÿš€ | [TheDrummer/Rocinante-X-12B-v1](https://huggingface.co/TheDrummer/Rocinante-X-12B-v1) | Top-tier RP model in the Nemo family.| | โ˜ญ | [WokeAI/Tankie-DPE-12B-SFT-v2](https://huggingface.co/WokeAI/Tankie-DPE-12B-SFT-v2) | Post-post-trained toward Marxist-Leninist ideology. Unusual. | The name nods to *Rocinante* โ€” the ship, not the knight's horse โ€” and to Rosa Luxemburg, who had strong opinions about both capitalism *and* Bolshevism. Make of that what you will. > *I am what capitalism has already turned me into, and what the revolution must turn me into.* > โ€” Red-Rosie-12B --- ## Merge Method **SLERP** (Spherical Linear Interpolation) via [mergekit](https://github.com/arcee-ai/mergekit). Tankie's influence is deliberately contained to the **middle layers (12โ€“28)** at a weight of **0.20**. Early layers (0โ€“12) and late layers (28โ€“40) remain pure Rocinante-X โ€” preserving embedding coherence and output quality while letting a hint of Tankie's character seep into the model's deeper reasoning. ```yaml slices: - sources: - model: TheDrummer/Rocinante-X-12B-v1 layer_range: [0, 12] - sources: - model: TheDrummer/Rocinante-X-12B-v1 layer_range: [12, 28] parameters: weight: 0.80 - model: WokeAI/Tankie-DPE-12B-SFT-v2 layer_range: [12, 28] parameters: weight: 0.20 - sources: - model: TheDrummer/Rocinante-X-12B-v1 layer_range: [28, 40] merge_method: slerp base_model: TheDrummer/Rocinante-X-12B-v1 parameters: t: - value: 0.20 dtype: bfloat16 ``` --- ## โš ๏ธ Warnings - **Experimental.** Behavior is untested and may be unpredictable. - **Ideological bias.** Tankie-DPE is explicitly trained toward Marxist-Leninist positions. These views may surface in unexpected contexts โ€” even with a neutral system prompt. - **Not for production.** Personal research only. --- ## Credits Full credit and respect to the creators of the source models: - **TheDrummer** for Rocinante-X-12B-v1 โ€” genuinely one of the best RP models in its class. - **WokeAI** for Tankie-DPE-12B-SFT-v2 โ€” a fascinating and unusual training experiment, whatever one thinks of its politics. - And once again, a thousand thanks to **team mradermacher** for providing the excellent quants. --- ## License Inherits from base models. Please refer to the respective model cards for full license details. Shared for personal research use only.