Views
No views yet
| File | Quant | Size | Notes |
|---|---|---|---|
negentropy-9b-Q8_0.gguf | Q8_0 | 9.5 GB | Near-lossless. Recommended for quality-first local use. |
negentropy-9b-f16.gguf | F16 | 17.9 GB | Full-precision master. For re-quantization or maximum fidelity. |
1# Q8_0
2llama-cli -hf jrutherford12/negentropy-9b-GGUF:Q8_0 -p "Explain trace inversion."
3
4# or download + run local
5llama-cli -m negentropy-9b-Q8_0.gguf -cnv<think>...</think> tags for reasoning.Based on current public information, commercial models like OpenAI's GPT series and Anthropic's Claude series have clearly hidden their true internal reasoning chains. What we ultimately see through APIs or frontend interfaces are often just "Reasoning Bubbles"—highly compressed and summarized versions of the original massive reasoning content.
Jackrong/Trace-Inverter-4B bridges logical gaps in Claude-Opus summaries1@misc{jackrong_negentropy_47_9b,
2 title = {Negentropy-claude-opus-4.7-9B: Advanced Reasoning via Trace Inversion},
3 author = {Jackrong},
4 year = {2026},
5 publisher = {Hugging Face}
6}