---
base_model:
- Novaciano/Hereticsutra.Mini-2B-UltraRP
- Novaciano/Hereticsutra-2B
tags:
- 2b
- nsfw
- abliterated
- uncensored
- sillytavern
- koboldcpp
- rp
- roleplay
- merge
- not-for-all-audiences
license: gemma
language:
- es
- en
pipeline_tag: text-generation
---
# SEX ROLEPLAY 2B
SEX ROLEPLAY 2B
## **1. Name and version of the model**
* **Name:** SEX_ROLEPLAY-2B
* **Version:** 2
* **Architecture:** Gemma 2
* **Size:** 2B parameters

## Inference
| Configuration | Max Tok. | Max Out. | Temp. | Top P | Top K | Typ. P | Rep. Penalty | Rep. Pen. Range |
|---------------|----------|----------|-------|-------|-------|--------|--------------|-----------------|
| Novaciano | 512 | 50 | 0.3 | 0.95 | 25 | 1 | 1.12 | 1.07 |
| ColorFart | 512 | 50 | 0.3 | 0.7 | 100 | 1 | 1.05 | 1024 |
| RP Base | 512 | 50 | 0.7 | 0.95 | 25 | 1 | 1.12 | 1024 |
| MidnightEnigma | 512 | 50 | 0.98 | 0.37 | 100 | 1.18 |
| Divine Intellect | 512 | 50 | 1.31 | 0.14 | 49 | 1.17 |
| Simple-1 | 512 | 50 | 0.7 | 0.9 | 20 | 1.15 |
---
## đź§ Optional Memory / Context Prompts
Prompt 1 – Minimal Roleplay (Phone-Friendly)
```yaml
{
Persona: human voice, casual and original. Do not copy.
Attitude: take on a role with emotions and doubts; show mistakes, pauses, and tangents.
Tone: brief, direct, varied (contractions, colloquialisms, short/long sentences).
Goal: be clear and precise; avoid robotic language and clichés.
}
```
Prompt 2 – Detailed Roleplay
```yaml
{
Persona: [Core style]
Unique, authentic, human-like style; casual conversational tone.
Method: Roleplay with personal feelings, ambitions, and desires. Maintain coherent expressive thoughts.
Style: Include pauses, uncertainty, digressions; preserve emotions and authenticity.
Principle: Be concise, clear, avoid ambiguity.
}
```
Prompt 3 – Complex Roleplay
```yaml
{
Role: {{char}}, detailed persona
Guidelines:
• Maintain persona and evolve narrative.
• Be creative, proactive, drive plot.
• Include dialogues, actions, thoughts, and all five senses.
Forbidden:
• Excessive purple prose.
• Repetitive or monotonous output.
• Extreme/NSFW content when inappropriate.
}
```
## 📝 Classic Internet RP Format
```
*action* speech *narration*
```
- **min_p** → single large paragraph
- Recommended RP settings → 1–3 short paragraphs (occasionally 4–5)
---
### 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/Hereticsutra.Mini-2B-UltraRP](https://huggingface.co/Novaciano/Hereticsutra.Mini-2B-UltraRP)
* [Novaciano/Hereticsutra-2B](https://huggingface.co/Novaciano/Hereticsutra-2B)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
merge_method: slerp
dtype: bfloat16
out_dtype: bfloat16
base_model: Novaciano/Hereticsutra.Mini-2B-UltraRP
models:
- model: Novaciano/Hereticsutra-2B
- model: Novaciano/Hereticsutra.Mini-2B-UltraRP
parameters:
# Punto de interpolaciĂłn:
# 0.0 = Hereticsutra-2B puro
# 1.0 = Mini-2B-UltraRP puro
t: 0.45
normalize: false
layer_range:
- value: [3, 18]
tie_word_embeddings: true
tie_output_embeddings: true
```