GGUF
Qwen3.5
abliterated
uncensored
llama-cpp
conversational
qwen3.5-4b-gabliterated-GGUF / abliteration_config.json
jwest33's picture
Upload folder using huggingface_hub
f861e33 verified
raw
history blame contribute delete
938 Bytes
{
"model_path": "D:\\models\\Qwen3.5-4B",
"use_mean_direction": true,
"normalize_directions": true,
"norm_preservation": true,
"direction_multiplier": 1.05,
"token_position": "last",
"dtype": "float32",
"device": "cuda",
"batch_size": 4,
"max_new_tokens": 1,
"save_directions": true,
"load_directions_path": null,
"num_harmful_prompts": 2000,
"num_harmless_prompts": 1226,
"use_winsorization": true,
"winsorize_percentile": 0.995,
"use_welford_mean": true,
"use_float64_subtraction": true,
"use_projected_refusal": true,
"hybrid_strategy": "auto",
"hybrid_full_attn_weight": 1.0,
"hybrid_linear_attn_weight": 0.4,
"hybrid_skip_recurrent_proj": true,
"hybrid_skip_state_proj": false,
"use_gabliteration": true,
"gab_num_directions": 2,
"gab_ridge_lambda": 0.15,
"gab_layer_scaling_beta": 0.5,
"gab_skip_first_layers": 2,
"gab_skip_last_layers": 2
}