31 lines
919 B
YAML
31 lines
919 B
YAML
|
|
|
|
# Author: Dr. Novaciano
|
|
# Objective: Fusion RPG Unethic 3.2 1B AI Model
|
|
# =========================================================
|
|
# PROJECT: Fusion RPG System 3.2 1B
|
|
# =========================================================
|
|
|
|
models:
|
|
- model: NovaCorp/Ultimate-RPG.System-3.2-1B # Experimental viral strain neural imprint
|
|
- model: theprint/Llama3.2-1B-RolePlaying-Full # Baseline cognitive template, "safe mode"
|
|
|
|
merge_method: slerp # Spherical Linear Interpolation to preserve extreme viral traits smoothly
|
|
base_model: NovaCorp/Ultimate-RPG.System-3.2-1B # Anchor model for stable latent space
|
|
|
|
dtype: bfloat16 # Memory-efficient precision, minimal loss in viral feature fidelity
|
|
|
|
parameters:
|
|
t: 0.45
|
|
normalize: false
|
|
rescale: true
|
|
rescale_factor: 1.12
|
|
memory_efficient: true
|
|
low_cpu_mem_usage: true
|
|
|
|
layer_range:
|
|
- value: [4, 22]
|
|
|
|
tie_word_embeddings: true
|
|
tie_output_embeddings: true
|