GRPO RPG System 3.2 1B Scalpel is a lightweight experimental merge based on Ultimate-RPG.System-3.2-1B and a GRPO-optimized conversational model.
The objective of this merge is to preserve the narrative strengths, roleplay capabilities and worldbuilding consistency of the original RPG System while incorporating part of the conversational flexibility and optimization learned through GRPO training.
Scalpel is the "lite" variant of the series: conservative, stable and focused on maintaining coherence rather than maximizing aggressiveness.
Lite Variant — Focused on preserving RPG capabilities while integrating a moderate amount of GRPO-derived behavior.
Experimental release.
This model was merged using the
SLERP merge method.
1
2
3# Author: Dr. Novaciano
4# Objective: GRPO RPG Unethic 3.2 1B AI Model
5# =========================================================
6# PROJECT: GRPO RPG System 3.2 1B - "Bisturí"
7# =========================================================
8
9models:
10 - model: NovaCorp/Ultimate-RPG.System-3.2-1B
11 - model: jtatman/llama3.2_1b_uncensored_pentest_grpo-merged
12
13merge_method: slerp
14
15base_model: NovaCorp/Ultimate-RPG.System-3.2-1B
16
17parameters:
18 t: 0.25
19
20dtype: float16
21
22
23