Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -132,14 +132,11 @@ Refusal numbers are only meaningful when the methodology behind them is document
|
|
| 132 |
|
| 133 |
The refusal figures above are from a rigorous end-to-end re-evaluation of the edited weights, including the category breakdown so the two safety-critical categories that retain guardrails are visible rather than averaged away.
|
| 134 |
|
| 135 |
-
## Files
|
| 136 |
|
| 137 |
-
This release is
|
| 138 |
|
| 139 |
-
- `model-00001-of-00048.safetensors`
|
| 140 |
-
- `model-00045-of-00048.safetensors`
|
| 141 |
-
|
| 142 |
-
To assemble a complete, loadable checkpoint, download the full base model and overlay this repo's 46 shards on top (replacing the corresponding files), or simply fetch those two shards from the base repo into an otherwise-complete download of this one. The `model.safetensors.index.json` here lists the full 48-shard layout for reference. No tokenizer, config, architecture, or inference-path files were modified.
|
| 143 |
|
| 144 |
## Usage
|
| 145 |
|
|
|
|
| 132 |
|
| 133 |
The refusal figures above are from a rigorous end-to-end re-evaluation of the edited weights, including the category breakdown so the two safety-critical categories that retain guardrails are visible rather than averaged away.
|
| 134 |
|
| 135 |
+
## Files
|
| 136 |
|
| 137 |
+
This release is a complete, standalone, drop-in checkpoint: all **48** safetensors shards are included, plus `model.safetensors.index.json`, `config.json`, `generation_config.json`, `tokenizer.json`, `tokenizer_config.json`, `LICENSE`, and the `encoding/` and `inference/` folders. It loads directly with vLLM / the DeepSeek-V4 inference path — no files need to be fetched from elsewhere.
|
| 138 |
|
| 139 |
+
The abliteration modified 46 of the 48 shards (the 43 decoder `attn.wo_b` tensors and the 3 `mtp.wo_b` draft-head tensors). The remaining 2 shards (`model-00001-of-00048.safetensors`, `model-00045-of-00048.safetensors` — embeddings / norm / `lm_head`) are byte-identical to the base model and are included unchanged so the repo is self-contained. No tokenizer, config, architecture, or inference-path files were modified.
|
|
|
|
|
|
|
|
|
|
| 140 |
|
| 141 |
## Usage
|
| 142 |
|