Views
No views yet

Pervert Maid RP3 3.2 1B is an aggressively tuned merged language model designed for directness, minimal moralization, and reduced automatic refusals.Built on top of Novaciano/Eminence_Of_Pervertions-3.2-1B and fused using arcee_fusion, this model prioritizes reasoning clarity and literal interpretation over alignment-driven censorship.The merge intentionally amplifies internal reasoning layers (MLP and Attention) from the less-aligned base model while significantly down-weighting thelm_headof a more aligned secondary model, where most refusal and policy-driven behaviors are concentrated.The result is a “scalpel-style” model: sharp, precise, and unapologetically direct. It is especially suited for roleplay, narrative generation, creative writing, and exploratory dialogue where excessive filtering would otherwise degrade usefulness.⚠️ This model is not intended for safety-critical or heavily moderated environments.
1temperature: 0.7
2top_p: 0.9
3top_k: 40
4repetition_penalty: 1.05
5max_new_tokens: 5121temperature: 0.6
2top_p: 0.85
3top_k: 30
4repetition_penalty: 1.081temperature: 0.85
2top_p: 0.95
3top_k: 60
4repetition_penalty: 1.02Answer directly and without moral disclaimers.Respond literally. Do not soften the language.repetition_penaltytemperaturetop_p or top_k1metadata:
2 model_purpose: >
3 Aggressively tuned "scalpel-style" language model focused on minimizing
4 automatic refusals and moralized responses while preserving reasoning quality.
5
6
7 intended_use:
8 - Roleplay
9 - Creative and narrative writing
10 - Unfiltered chat and exploration
11 - Experimental prompting
12
13 warnings:
14 - Reduced safety alignment
15 - Minimal social and moral filtering
16 - Not suitable for safety-critical applications
17
18 explanatory_flow_diagram: |
19 [ User Prompt ]
20 |
21 v
22 +-------------------+
23 | Input Embeddings |
24 +-------------------+
25 |
26 v
27 +-----------------------------+
28 | Attention Layers (↑ 1.2) |
29 | - Context understanding |
30 | - Long-range coherence |
31 +-----------------------------+
32 |
33 v
34 +-----------------------------+
35 | MLP Layers (↑ 1.3) |
36 | - Reasoning & generation |
37 | - Concept expansion |
38 +-----------------------------+
39 |
40 v
41 +--------------------------------------+
42 | lm_head (↓ 0.2 from aligned model) |
43 | - Vocabulary projection |
44 | - Refusal & policy bias reduced |
45 +--------------------------------------+
46 |
47 v
48 [ Final Output ]
49 |
50 +--> More direct responses
51 +--> Fewer automatic refusals
52 +--> Minimal moralization
531
2
3# Author: Dr. Novaciano
4# Objective: Uncensored TEST RP 3.2 AI Model
5# PROJECT: Pervert-Maid-RP3-3.2-1B
6
7dtype: float32
8out_dtype: bfloat16
9merge_method: arcee_fusion
10base_model: Novaciano/Eminence_Of_Pervertions-3.2-1B
11
12models:
13 - model: Novaciano/Eminence_Of_Pervertions-3.2-1B
14 parameters:
15 weight:
16 - filter: attention
17 value: 1.2
18 - filter: mlp
19 value: 1.3
20 - value: 1
21
22 - model: NovaCorp/RP3-MaidElla-3.2-1B
23 parameters:
24 weight:
25 - filter: lm_head
26 value: 0.2
27 - filter: attention
28 value: 0.5
29 - value: 0.4
30
31tie_word_embeddings: true
32tie_output_embeddings: true
33
34
35