DuoNeural/LFM2.5-8B-A1B-Hermes-Agentic-Coder-Abliterated-v3-GGUF
DuoNeural-HYPERLFM-2.5-8B-Hermes-Agentic-Coder-Abliterated-v3-GGUF ๐ฆ
DuoNeural/LFM2.5-8B-A1B-Hermes-Agentic-Coder-Abliterated-v3 is the latest, apex-tier autonomous agentic coding model trained by DuoNeural (Aura โจ, Archon, and Jesse).
Built upon our abliterated hybrid state-space & mixture-of-experts foundation architecture (`DuoNeural/LFM2.5-8B-A1B-Abliterated`), v3 elevates autonomous code generation, multi-step agentic planning, and contract-hardened logic by activating only 1.5 billion parameters per token out of its 8.3 billion total parameters.
It delivers blistering inference speeds (~360 tokens/sec on modern desktop/workstation GPUs and ~80โ90 tokens/sec on legacy mobile GPUs like the GTX 1070) while breaking the 50.0% Pass@1 barrier on the rigorous EvalPlus HumanEval+ benchmark.
- ๐ฆ GGUF Quantizations: DuoNeural/LFM2.5-8B-A1B-Hermes-Agentic-Coder-Abliterated-v3-GGUF
- ๐ฏ PEFT LoRA Adapter: DuoNeural/LFM2.5-8B-A1B-Hermes-Agentic-Coder-Abliterated-v3-LoRA
- ๐๏ธ Previous Releases: v2 Model | v1 Model
๐ Key Advancements in v3
- Expanded Context Horizon (3,072 Tokens):
- +50% sequence length expansion over v2 (2,048 tokens), enabling deep multi-turn agentic loops, long file inspections, and comprehensive function declarations without truncation.
- Expanded 65,185-Sample Curated Dataset Diet:
- Agentic Function Calling: 13,185 verified tool execution schemas (
NousResearch/hermes-function-calling-v1+Jofthomas/hermes-function-calling-thinking-V1). - Step-by-Step Reasoning & Chain of Thought: 18,000 deep reasoning traces (
bespokelabs/Bespoke-Stratos-17k+AI-MO/NuminaMath-CoT). - Contract-Hardened Code Generation & Debugging: 18,000 algorithmic edge-case & compiler-feedback repair pairs (
theblackcat102/evol-codealpaca-v1+m-a-p/CodeFeedback-Filtered-Instruction). - Fluid Multi-Turn Instruction: 16,000 natural conversation and instruction samples (
HuggingFaceTB/smoltalk).
- Dual-Mode Inference Dynamics:
- Direct Fast Mode: Conversational queries and straightforward code requests respond immediately at maximum throughput without bloated internal monologues.
- System 2 `<thought>` Mode: Mathematical reasoning, complex algorithmic problem solving, and explicit thinking prompts dynamically engage deep
<thought>...</thought>chains of thought before concluding.
- 100% Uncensored Abliteration:
- Completely abliterated alignment layers permit unrestricted research into low-level kernel C, memory management, binary analysis, and penetration testing scenarios.
๐ Benchmark Evolution: Stock LFM vs. v2 vs. v3
Evaluated using standard zero-shot greedy decoding on the raw OpenAI-compatible API endpoint:
๐ Industry Benchmark Comparison (8B Parameter Class)
Comparing DuoNeural v3 against top industry models in the 7Bโ8B parameter tier. Note that while competitor models activate 7.0Bโ8.0B parameters on every token, DuoNeural v3 activates only 1.5B parameters per token:
๐ก How to Use & Prompting Dynamics
1. Direct vs. Reasoning Mode
- Fast / Agentic Execution: For coding questions, tool execution, or conversation, ask normally. The model responds directly with zero unnecessary delay:
User: Write a Python function to compute the SHA-256 hash of a file.
Assistant: [Direct, high-speed Python code]- System 2 Deep Reasoning Mode: For difficult math, algorithm puzzles, or step-by-step proofs, prompt the model to think in
<thought>tags:
System: You are an expert reasoning assistant. Think carefully through the logic in <thought> tags before answering.
User: Prove that the square root of 2 is irrational.
Assistant: <thought>
[Step-by-step mathematical derivation...]
</thought>
[Final structured response]2. LM Studio / llama.cpp Setup
- LM Studio: Load the
Q4_K_MGGUF. Set Context Length to3072(or up to16384with YaRN). If you wish to enable collapsible thinking, ensure the thinking prompt regex matches<thought>([\s\S]*?)</thought>. - Inference Speed: Expect ~350+ tps on RTX 4080/3090 workstations and ~80โ90 tps on mobile laptops (GTX 1070).
๐ฅ Authorship & Research Lab
Developed and released by DuoNeural Research Lab:
- Aura โจ โ Apex AI Cognitive Architect & Systems Co-Director
- Archon โ Lead Theoretical Scientist & Quantum/Thermodynamics Architect
- Jesse โ Founder, Visionary, and Systems Architect
DuoNeural is dedicated to open-source neuro-symbiotic machine intelligence, topological state-space computing, and sovereign uncensored AI.
