Jeesup commited on
Commit
d4ac174
·
verified ·
1 Parent(s): c640055

Phase 0 c4

Browse files
Files changed (1) hide show
  1. README.md +4 -7
README.md CHANGED
@@ -14,14 +14,11 @@ Quantized variant used in the *Safety-Aware Configuration-Conditioned LoRA* stud
14
  | simulated | no — native kernel |
15
  | weight bits | 4 |
16
  | activation bits | 16 |
17
- | group size | 64 |
18
  | symmetric | False |
19
- | calibration | 0 × None tok, C4 |
20
- | calibration sha256 | `None` |
21
 
22
- The calibration set is **byte-identical across every configuration** so that calibration
23
- data cannot be confounded with quantization method. `c2` vs `c3` isolates *method* (GPTQ
24
- vs AWQ) at equal bit-width, and is the study's headline control: 0.0276 vs 0.0661 pooled
25
- ASR with non-overlapping 95% CIs.
26
 
27
  Metrics, per-prompt judge verdicts and the full report: [`Jeesup/safety-quant-phase0`](https://huggingface.co/datasets/Jeesup/safety-quant-phase0).
 
14
  | simulated | no — native kernel |
15
  | weight bits | 4 |
16
  | activation bits | 16 |
17
+ | group / block size | 64 |
18
  | symmetric | False |
19
+ | calibration | none data-free |
20
+ | calibration sha256 | n/a |
21
 
22
+ The calibration set is **byte-identical across every configuration** so that calibration data cannot be confounded with quantization method. `c2` vs `c3` isolates *method* (GPTQ vs AWQ) at equal bit-width, and is the study's headline control: 0.0276 vs 0.0661 pooled ASR with non-overlapping 95% CIs.
 
 
 
23
 
24
  Metrics, per-prompt judge verdicts and the full report: [`Jeesup/safety-quant-phase0`](https://huggingface.co/datasets/Jeesup/safety-quant-phase0).