初始化项目,由ModelHub XC社区提供模型
Model: UmbrellaInc/Progenitor-Virus-3.2-3B Source: Original Platform
This commit is contained in:
46
mergekit_config.yml
Normal file
46
mergekit_config.yml
Normal file
@@ -0,0 +1,46 @@
|
||||
|
||||
|
||||
# Umbrella Corporation Official Merge Protocol v3.2
|
||||
# Author: Dr. Novaciano
|
||||
# Objective: Test
|
||||
# PROJECT: Progenitor-Virus-3.2-3B
|
||||
|
||||
models:
|
||||
- model: DavidAU/Llama-3.2-3B-Instruct-heretic-ablitered-uncensored # Experimental viral strain neural imprint
|
||||
- model: bunnycore/Llama-3.2-3B-Sci-Think # Baseline cognitive template, "safe mode"
|
||||
|
||||
merge_method: slerp # Spherical Linear Interpolation to preserve extreme viral traits smoothly
|
||||
base_model: DavidAU/Llama-3.2-3B-Instruct-heretic-ablitered-uncensored # 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
|
||||
|
||||
# parameters:
|
||||
# Interpolation ratios: from base model (0.0) to near-complete T-Virus domination (0.95)
|
||||
# Higher t-values correspond to reduced censorship and increased viral characteristics
|
||||
# t: [0.0, 0.25, 0.5, 0.75, 0.95]
|
||||
|
||||
# Notes:
|
||||
# - t=0.0 -> Pure Prototype-Virus-ENFORCE, fully stable, heavily censored
|
||||
# - t=0.25 -> Slight viral traits, minimal influence on prompt handling
|
||||
# - t=0.5 -> Balanced merge, moderate reduction in censorship
|
||||
# - t=0.75 -> Strong T-Virus traits, significantly less censoring
|
||||
# - t=0.95 -> Near-total viral influence, maximum expressive freedom, minimal autoprotection
|
||||
|
||||
# Recommendation: Use the t=0.75 and t=0.95 variants for experimental output with
|
||||
# minimal restriction, but verify coherence in high-stakes prompts.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user