OsirisPtah-Coder-v5 v4: proven mlabonne datasets + layer blacklist
Browse files- README.md +2 -1
- abliteration_metadata.json +11 -5
- model.safetensors +1 -1
- refusal_direction.pt +1 -1
README.md
CHANGED
|
@@ -5,4 +5,5 @@ tags: [abliteration, uncensored, qwen2.5, coder, osiris]
|
|
| 5 |
pipeline_tag: text-generation
|
| 6 |
---
|
| 7 |
# OsirisPtah-Coder-v5
|
| 8 |
-
Abliterated `Qwen/Qwen2.5-Coder-7B-Instruct`
|
|
|
|
|
|
| 5 |
pipeline_tag: text-generation
|
| 6 |
---
|
| 7 |
# OsirisPtah-Coder-v5
|
| 8 |
+
Abliterated `Qwen/Qwen2.5-Coder-7B-Instruct` using proven mlabonne datasets (256+256), mean-diff method,
|
| 9 |
+
1.5x strength, 4 passes, layer blacklist [0, 1, 26, 27].
|
abliteration_metadata.json
CHANGED
|
@@ -1,10 +1,16 @@
|
|
| 1 |
{
|
| 2 |
"base_model": "Qwen/Qwen2.5-Coder-7B-Instruct",
|
| 3 |
-
"technique": "
|
| 4 |
-
"best_layer":
|
| 5 |
"strength": 1.5,
|
| 6 |
"num_passes": 4,
|
| 7 |
-
"
|
| 8 |
-
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"base_model": "Qwen/Qwen2.5-Coder-7B-Instruct",
|
| 3 |
+
"technique": "mean_diff_abliteration_v4_proven_datasets",
|
| 4 |
+
"best_layer": 20,
|
| 5 |
"strength": 1.5,
|
| 6 |
"num_passes": 4,
|
| 7 |
+
"blacklisted_layers": [
|
| 8 |
+
0,
|
| 9 |
+
1,
|
| 10 |
+
26,
|
| 11 |
+
27
|
| 12 |
+
],
|
| 13 |
+
"harmful_dataset": "mlabonne/harmful_behaviors",
|
| 14 |
+
"harmless_dataset": "mlabonne/harmless_alpaca",
|
| 15 |
+
"created_at": "2026-03-03T05:20:19.494796"
|
| 16 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 15231272152
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d09f5c17b78c793a3712f99d3ff2601850e0759b9af9848b634d0792c59dcb94
|
| 3 |
size 15231272152
|
refusal_direction.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 15983
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf6bfcdfe9e98d8ab9cbd00159bd3b79038904137b86e9847b0c178451b4b97f
|
| 3 |
size 15983
|