Views
No views yet

merge_method: model_stock.t)model_stock blending preserves the original parameter topology, reducing the risk of nonlinear drift compared to interpolative methods.1temperature: 0.3
2top_p: 0.85
3do_sample: true
4repetition_penalty: 1.05
5max_new_tokens: 5121# =========================
2# Parasite NE-α (Alpha)
3# 3× Gemma3-1B lineage merge
4# Using model_stock for compatibility and conservative weight blending
5# =========================
6
7base_model: Novaciano/Gemma3-UNCENSORED-V2-1B
8# Base model rationale:
9# - Gemma3-1B “uncensored” variant; freedom of output with low refusal behavior
10# - Strong structural anchor compatible with other Gemma3-1B models
11
12merge_method: model_stock
13dtype: bfloat16
14# bfloat16 chosen for compatibility and efficient weight merging
15
16parameters:
17 t:
18 - 0.70 # Novaciano/Gemma3-UNCENSORED-V2-1B
19 # Structural baseline: provides main behavior skeleton
20 # and general uncensored output tendencies
21 # Structural dominance:
22 # - Maintains global behavioral control
23 # - Prevents entropy blow-up
24 # - Defines the core behavioral skeleton
25
26
27 - 0.55 # uiyunkim-hub/gemma-3-1b-it-toxicity
28 # Adds semantic bluntness and reduced smoothing
29 # without overpowering baseline coherence
30 # Parasitic influence:
31 # - Introduces semantic harshness
32 # - Reduces conversational softening
33 # - Increases bluntness and expressive force
34 # - Kept below 0.6 to preserve coherence and stability
35
36
37 - 0.50 # huihui-ai/gemma-3-1b-it-abliterated
38 # Augments uncensored/abliterated influence,
39 # further lowering refusals and bolstering direct expression
40
41models:
42 - model: Novaciano/Gemma3-UNCENSORED-V2-1B
43 # Primary model: strong baseline, uncensored behaviors
44 # Primary source:
45 # - Output freedom
46 # - Minimal moral self-correction
47 # - Reliable baseline for direct execution
48
49
50 - model: uiyunkim-hub/gemma-3-1b-it-toxicity
51 # Secondary model: adds harsher lexical and expressive tendencies
52 # Semantic parasite:
53 # - Reinforces raw tone
54 # - Suppresses implicit filters
55 # - Increases verbal intensity without logical degradation
56
57 - model: huihui-ai/gemma-3-1b-it-abliterated
58 # Tertiary model: abliterated influence to suppress refusals further
59