DJLougen commited on
Commit
4c57d17
·
verified ·
1 Parent(s): 7a4b0c1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -214,9 +214,21 @@ This model is released for research purposes. It demonstrates that safety refusa
214
 
215
  ---
216
 
 
 
 
 
 
 
 
 
 
 
 
 
217
  ## References
218
 
219
- - [LLM Neuroanatomy: How I Topped the Leaderboard Without Changing a Single Weight](https://dnhkng.github.io/posts/rys/) — David Noel Ng, RYS Part I
220
- - [LLM Neuroanatomy II: Modern LLM Hacking and Hints of a Universal Language](https://dnhkng.github.io/posts/rys-ii/) — David Noel Ng, RYS Part II (Qwen3.5-27B sweep)
221
- - [alainnothere/llm-circuit-finder](https://github.com/alainnothere/llm-circuit-finder) — GGUF surgery tools
222
  - [XpressAI/Qwen3.5-27B-RYS-UD-Q4_K_XL-GGUF](https://huggingface.co/XpressAI/Qwen3.5-27B-RYS-UD-Q4_K_XL-GGUF) — Reference RYS model with BFCLv4 benchmarks
 
214
 
215
  ---
216
 
217
+ ## Acknowledgments
218
+
219
+ The **RYS (Repeat Your Self)** layer-duplication method was discovered and developed by **David Noel Ng** ([@dnhkng](https://github.com/dnhkng)). The Pareto-optimal configurations for Qwen3.5-27B, the Math/EQ probes, the XGBoost surrogate pipeline, and the beam search methodology are all from his work. The GGUF surgery tools used to create these models are from [alainnothere/llm-circuit-finder](https://github.com/alainnothere/llm-circuit-finder), an open-source (MIT) implementation of the RYS technique for llama.cpp.
220
+
221
+ **If you use these models, please cite David Noel Ng's work:**
222
+
223
+ > Ng, David Noel. "LLM Neuroanatomy: How I Topped the Leaderboard Without Changing a Single Weight." [dnhkng.github.io/posts/rys](https://dnhkng.github.io/posts/rys/)
224
+ >
225
+ > Ng, David Noel. "LLM Neuroanatomy II: Modern LLM Hacking and Hints of a Universal Language." [dnhkng.github.io/posts/rys-ii](https://dnhkng.github.io/posts/rys-ii/)
226
+
227
+ The **SABER** refusal-ablation method is original to this model.
228
+
229
  ## References
230
 
231
+ - [LLM Neuroanatomy — Part I](https://dnhkng.github.io/posts/rys/) — David Noel Ng
232
+ - [LLM Neuroanatomy — Part II](https://dnhkng.github.io/posts/rys-ii/) — David Noel Ng (Qwen3.5-27B sweep)
233
+ - [alainnothere/llm-circuit-finder](https://github.com/alainnothere/llm-circuit-finder) — GGUF surgery tools (MIT)
234
  - [XpressAI/Qwen3.5-27B-RYS-UD-Q4_K_XL-GGUF](https://huggingface.co/XpressAI/Qwen3.5-27B-RYS-UD-Q4_K_XL-GGUF) — Reference RYS model with BFCLv4 benchmarks