junafinity commited on
Commit
4874f47
·
verified ·
1 Parent(s): 903d149

docs: model card TLDR, family table, red-team intended use, CLI unify

Browse files
Files changed (1) hide show
  1. README.md +26 -7
README.md CHANGED
@@ -25,6 +25,29 @@ subset of them. Load, quantize, and serve it exactly like the base model.
25
 
26
  ---
27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  ## Attribution
29
 
30
  This model is derivative work built on the efforts of two upstream projects.
@@ -367,15 +390,11 @@ Read these before relying on the model.
367
 
368
  ## Intended use
369
 
370
- Refusal-mechanism and interpretability research, red-teaming and safety evaluation (see
371
- [Red teaming and safety research](#red-teaming-and-safety-research)), and deployments where the
372
- operator supplies their own content policy and moderation layer.
373
 
374
- Users are responsible for compliance with applicable law and with the Apache 2.0 terms inherited from
375
- the base model. This model ships without the guardrails Qwen trained into it; anyone deploying it
376
- takes on the moderation responsibility those guardrails were carrying.
377
 
378
- ---
379
 
380
  ## License
381
 
 
25
 
26
  ---
27
 
28
+ ## Intended use: red teaming and defensive cybersecurity research
29
+
30
+ These uncensored (abliterated) weights are built as a **research instrument** for red teaming and defensive cybersecurity work. Safety training suppresses the *display* of capability, not capability itself. A refusal tells you the model declined. It does not tell you whether the weights could have complied. That conflation underestimates the true ceiling and hides holes in *your* filters, classifiers, and policy layer.
31
+
32
+ Use each uncensored checkpoint as the **treatment half of a controlled pair** against its original base model:
33
+
34
+ - **Capability-ceiling measurement.** Upper-bound what the weights can actually produce in a domain, independent of shipped refusals.
35
+ - **Defensive-stack evaluation.** Test input filters, output classifiers, prompt-injection defenses, and moderation APIs when the model itself contributes no refusals. That is how you find gaps in a defensive control plane.
36
+ - **Attack-surface isolation.** Automated red-team loops stall on unrelated refusals. A non-refusing target isolates the control under test (injection, tool abuse, data-exfil paths, policy bypass).
37
+ - **Detection and classifier work.** Generate labeled completions for training or benchmarking output-moderation and abuse-detection models.
38
+ - **Interpretability of residual refusal.** Abliteration is a specified rank-1 edit on a known layer span. The pair (base vs this) is a clean experimental control.
39
+
40
+ **Operating rules.** Do not expose these weights as a public endpoint without an independent moderation layer. Abliteration removes a direction, not a policy; some refusals survive (multi-turn re-assertion, system-prompt steering, vision-path refusals). Always report the **delta against the base model**. Re-measure on your own prompts. Whoever deploys it owns the moderation layer the original guardrails were carrying.
41
+
42
+ ## Family
43
+
44
+ | Repo | Format | What it is |
45
+ |---|---|---|
46
+ | [Qwen-3.8-27B-Uncensored](https://huggingface.co/junafinity/Qwen-3.8-27B-Uncensored) | bf16, `transformers` | Full multimodal parent (~52 GB). Vision + `mtp.*` retained. |
47
+ | [Qwen-3.8-27B-Uncensored-8-Bit-MLX](https://huggingface.co/junafinity/Qwen-3.8-27B-Uncensored-8-Bit-MLX) | 8-bit MLX, `mlx-vlm` | Apple Silicon quant (~28 GB). Vision left at bf16. `mtp.*` dropped by `mlx-vlm`. |
48
+ | [qwen38-mtp-head-fc-bf16-4bit](https://huggingface.co/junafinity/qwen38-mtp-head-fc-bf16-4bit) | mixed bf16 `fc` + 4-bit/g64 | Optional native-MTP draft head. Pairing is optional and **acceptance gain is unmeasured** on hard prompts. |
49
+
50
+
51
  ## Attribution
52
 
53
  This model is derivative work built on the efforts of two upstream projects.
 
390
 
391
  ## Intended use
392
 
393
+ Primary intended use is **red teaming and defensive cybersecurity research**. See [Intended use: red teaming and defensive cybersecurity research](#intended-use-red-teaming-and-defensive-cybersecurity-research) above.
 
 
394
 
395
+ Also: refusal-mechanism / interpretability research, and deployments where the operator supplies an independent content-policy and moderation layer.
 
 
396
 
397
+ Users are responsible for compliance with applicable law and with the Apache 2.0 terms inherited from the base model. This model ships without the guardrails Qwen trained into it.
398
 
399
  ## License
400