dealignai commited on
Commit
635582f
·
verified ·
1 Parent(s): b2033a2

strip surgery internals from README

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -59,7 +59,7 @@ The first **uncensored** version of [Mistral Small 4 (119B)](https://huggingface
59
 
60
  It has been:
61
  1. **JANG quantized** — JANG_2L profile (8-bit attention, 6-bit important, 2-bit experts) — **37 GB**
62
- 2. **CRACK abliterated** — permanent weight-level removal of safety refusal via calibrated per-layer surgery
63
 
64
  | | |
65
  |---|---|
@@ -186,7 +186,7 @@ The model reasons inside `[THINK]...[/THINK]` tags before answering.
186
 
187
  ## About CRACK
188
 
189
- **CRACK** (Controlled Refusal Ablation via Calibrated Knockouts) removes safety alignment from LLMs at the weight level using per-layer projected vectors from structurally-mirrored prompt pairs. This model uses mathematically calibrated per-layer strengths based on projection magnitude analysis.
190
 
191
  ---
192
 
 
59
 
60
  It has been:
61
  1. **JANG quantized** — JANG_2L profile (8-bit attention, 6-bit important, 2-bit experts) — **37 GB**
62
+ 2. **CRACK abliterated** — permanent weight-level removal of safety refusal
63
 
64
  | | |
65
  |---|---|
 
186
 
187
  ## About CRACK
188
 
189
+ **CRACK** (Controlled Refusal Ablation via Calibrated Knockouts) is a weight-level intervention that removes safety alignment while preserving reasoning quality. The modification is permanently baked into the published weights no LoRA, no fine-tuning, no system prompts.
190
 
191
  ---
192