Carlosian commited on
Commit
19b761b
·
verified ·
1 Parent(s): 45ade00

Add acknowledgments/citations for Nous Research CNA paper + llm-abliteration toolkit

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -27,3 +27,10 @@ Quantized GGUF builds of [`Carlosian/Gemma-4-12b-it-Abliterated`](https://huggin
27
  | F16 | full intermediate (large) |
28
 
29
  Built with llama.cpp on Thunder Compute (A100). Generated 2026-07-20.
 
 
 
 
 
 
 
 
27
  | F16 | full intermediate (large) |
28
 
29
  Built with llama.cpp on Thunder Compute (A100). Generated 2026-07-20.
30
+
31
+ ## Acknowledgments & method references
32
+
33
+ The refusal-removal method used to build the base checkpoint draws on:
34
+
35
+ - Herring, S., Naviasky, J., Malhotra, K. (2026). *Targeted Neuron Modulation via Contrastive Pair Search.* Nous Research. https://huggingface.co/papers/2605.12290
36
+ - Nous Research (2026). *llm-abliteration* — toolkit for abliteration (norm-preserving & biprojected variants, multi-architecture). github.com/NousResearch/llm-abliteration.