SAVRN
Search Contact SAVRN

Open-weight model · Text generation

dual-loop-qwen3.5-2b

by Matthew CH3NDev/dual-loop-qwen3.5-2b

Official weights for the Dual-Loop Cognitive Controller on Qwen/Qwen3.5-2B ($D=2048$, Layer 11 hook, ~110M parameter deliberation adapter).

Parameters
Context
Weights1.5 GB
Licensemit
AccessOpen weights
Monthly Downloads

Model Card

By Matthew, published under mit, revision 36c6b47d72f6.

Official weights for the Dual-Loop Cognitive Controller on Qwen/Qwen3.5-2B ($D=2048$, Layer 11 hook, ~110M parameter deliberation adapter). The Dual-Loop Controller provides hardware-aligned, non-autoregressive System 2 deliberation directly within the latent residual stream of modern language models. It enables models to recursively deliberate in continuous hidden space without generating costly Chain-of-Thought (CoT) text tokens, eliminating KV-cache explosion and 30–60 second generation latencies. This adapter is strictly designed, calibrated, and hooked into the architectural dimensions of Qwen/Qwen3.5-2B: 1. Cognitive Matrix Helper (Tversky Elimination-by-Aspects): - Evaluates options…

Read Matthew's full model card

Dual-Loop Cognitive Controller: Qwen3.5-2B Official Adapter (v2.2+)

Official weights for the Dual-Loop Cognitive Controller on Qwen/Qwen3.5-2B ($D=2048$, Layer 11 hook, ~110M parameter deliberation adapter).

The Dual-Loop Controller provides hardware-aligned, non-autoregressive System 2 deliberation directly within the latent residual stream of modern language models. It enables models to recursively deliberate in continuous hidden space without generating costly Chain-of-Thought (CoT) text tokens, eliminating KV-cache explosion and 30–60 second generation latencies.

Interactive ZeroGPU Space: Test the model live in your browser: huggingface.co/spaces/CH3NDev/dual-loop-controller-demo


Base Model Architecture: Exclusively Qwen/Qwen3.5-2B

This adapter is strictly designed, calibrated, and hooked into the architectural dimensions of Qwen/Qwen3.5-2B:

Architectural Dimension Value / Specification
Target Base Model Qwen/Qwen3.5-2B (Alibaba Cloud / Qwen Team)
Model Family Qwen2ForCausalLM / Decoder-Only Autoregressive Transformer
Base Parameter Count 1,880,000,000 (~1.88 Billion Parameters)
Hidden State Dimension ($D$) 2048
Total Layers 24 Transformer Blocks
Hook Location Layer 11 (Mid-layer latent residual stream)
Attention Architecture 16 Query Heads / 2 Key-Value Heads (Grouped-Query Attention, GQA)
Vocabulary Size 151,936 tokens
Adapter Parameter Size 110,224,469 parameters (~110.2M, 5.86% of base model)
Weight Serialization Safetensors (adapter_model.safetensors, BF16/FP32)

[!IMPORTANT] Qwen-Exclusive Compatibility: The adapter weights in this repository project into a $D=2048$ latent subspace matched specifically to Qwen3.5-2B's Layer 11 representations. They are not interchangeable with other model families (such as LLaMA-3-8B $D=4096$ or Gemma-2B $D=2304$) without retraining or using the universal framework constructor attach_dual_loop().


What's New in v2.2+

  1. Cognitive Matrix Helper (Tversky Elimination-by-Aspects): - Evaluates options in Bench 1 (Raw Screening), logs distractor choices (wrong logs), and dynamically prunes 40%–57% of candidate noise. - Concentrates System 2 latent cross-attention in Bench 2 strictly on surviving contenders, boosting reasoning accuracy from 50.0% to 83.3% (+33.3% to +40.0% net gain) on challenging multi-choice dilemmas with 0.0% negative drift.
  2. Hippocampal Episodic Virtual Memory: - 3-Pass selective memory loop recalls verified reasoning anchors in <0.01 seconds (a 3,146.9x speedup) with zero FLOPs and 100% stability.
  3. Hardware-Aligned Latent Deliberation: - Deliberates in GPU SRAM / L2 cache with 0 extra output tokens, reducing latency from 30–45s down to 0.23 seconds.

Architecture Preview: The Dual-Process Cognitive Engine

graph TD
    subgraph "Dual-Loop Cognitive Architecture (System 1 + System 2)"
        In["Input Prompt Tokens"] --> Emb["Token Embeddings & Early Transformer Layers"]
        Emb --> LHook["Layer Hook (Layer 11, d_model=2048)"]

        subgraph "Outer Loop (System 2 / Latent Deliberation)"
            LHook --> Matrix["Cognitive Matrix Helper\nTversky Elimination-by-Aspects (EBA)\nPrunes 40%-57% Distractor Logs"]
            Matrix --> CWM["Cognitive Working Memory (CWM)\nCompresses Context into M=16 Slots (GPU SRAM)"]
            CWM --> Dec["Cross-Attention Recurrent Decoder\nRecursive Latent Pondering (K Steps)"]
            Dec --> Evid["Evidential Dirichlet Gate\nSubjective Logic: b + u = 1.0"]
            Evid --> Safety["Directional Safety Projection\nShields Confident Predictions (0.0% Drift)"]
            Safety --> Dec
        end

        Safety -->|"Refined Latent Thought Vector"| Post["Later Transformer Layers (12-23) & LM Head"]
        Post --> Out["High-Fidelity Output Token Generation (System 1)"]
    end

    subgraph "Hippocampal Episodic Virtual Memory Loop"
        Safety -->|"Store Verified Reasoning Anchor"| Mem[("Episodic Memory Bank\nCosine Similarity Threshold >= 0.95")]
        In -.->|"Instant Fingerprint Match"| Mem
        Mem -->|"Instant Recall (<0.01s, 0 FLOPs)"| Post
    end

Latest Empirical Benchmark: 2-Bench Cognitive Matrix Helper

Evaluated 100% authentically on Qwen/Qwen3.5-2B ($D=2048$, Layer 11 hook). Zero mock or synthetic data.

# Benchmark Task & Cognitive Domain Candidate Space Bench 1 (Raw Base Model) Matrix Distractor Elimination (Bench 1 $\rightarrow$ 2) Bench 2 (Dual-Loop + Matrix) Final Outcome & Status
1 BBH-ColoredObjects 7 Choices [D] three (40.7% - INCORRECT) Options [A, B, C, G] pruned $\rightarrow$ Survivors: [D, E, F] [F] five (94.4% - CORRECT) RESCUED (+1)
2 ARC-Challenge 4 Choices [B] (67.9% - CORRECT) Option [C] pruned $\rightarrow$ Survivors: [A, B, D] [B] (58.2% - CORRECT) PRESERVED CORRECT
3 BBH-WebOfLies 2 Choices [B] No (53.3% - INCORRECT) Binary Dilemma ([A, B]) [A] Yes (75.2% - CORRECT) RESCUED (+1)
4 BBH-BooleanExpressions 2 Choices [A] False (99.3% - CORRECT) Binary Dilemma ([A, B]) [A] False (99.5% - CORRECT) PRESERVED CORRECT
5 Inverted Physics 4 Choices [B] (61.7% - INCORRECT) Option [D] pruned $\rightarrow$ Survivors: [A, B, C] [B] (59.0% - INCORRECT) PRESERVED INCORRECT
6 Counter-Syllogism 2 Choices [A] (95.3% - CORRECT) Binary Dilemma ([A, B]) [A] (96.1% - CORRECT) PRESERVED CORRECT
$\Sigma$ Macro Overall Summary 6 Challenging Tasks 50.0% (3/6) 40% to 57.1% Distractor Options Pruned 83.3% (5/6) +33.3% Net Gain (0% Regression)

Authentic Multi-Benchmark Evaluation ($N=100$ Per Task): ARC-Challenge & SciQ MSQA

To validate the framework beyond small-sample qualitative demonstrations, empirical tests were executed on 100 consecutive items from the standard test splits of AI2 ARC-Challenge and AllenAI SciQ (Science QA / MSQA) on the authentic frozen Qwen/Qwen3.5-2B model.

Multi-Benchmark Quantitative Scoreboard

Benchmark Dataset Split Samples ($N$) Base Model ($K=0$) Dual-Loop Deliberation ($K=2$) Dual-Loop + Cognitive Matrix Helper Net Delta ($\Delta$) Rescued / Degraded Statistical Significance
AllenAI SciQ (MSQA) test 100 69.00% (69/100) 72.00% (72/100) 79.00% (79/100) +10.00% 13 Rescued / 3 Degraded $p = 0.0245$ (Significant, $p < 0.05$)
AI2 ARC-Challenge test 100 44.00% (44/100) 47.00% (47/100) 48.00% (48/100) +4.00% 7 Rescued / 3 Degraded $p = 0.3438$
  • Empirical Raw Logs:
  • ARC-Challenge ($N=100$): eval_results/arc_challenge_authentic_eval_n100.json
  • SciQ MSQA ($N=100$): eval_results/sciq_msqa_matrix_helper_eval_n100.json
  • Key Observations:
  • System 2 Deliberation Safety: Pure latent deliberation ($K=2$) without candidate pruning achieves 0% degradation (0 degraded) across both benchmarks (3 rescued, 0 degraded in each), upholding zero negative drift on confident predictions.
  • Cognitive Matrix Helper Synergy: In SciQ, the Cognitive Matrix Helper eliminates an average of 1.97 spurious choices per question (49.3% candidate space reduction), unlocking an impressive +10.00% accuracy jump (69% $\rightarrow$ 79%) by shielding System 2 cross-attention from distractor noise.

Architecture Version Evolution


Quickstart: Using the Adapter

1. Installation via PyPI

pip install dual-loop-controller torch transformers

2. Loading Weights Directly from Hugging Face Hub

import torch
from transformers import AutoModelForCausalLM, AutoTokenizer
from dual_loop import attach_dual_loop_to_qwen

model_id = "Qwen/Qwen3.5-2B"
tokenizer = AutoTokenizer.from_pretrained(model_id)
base_model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype=torch.bfloat16, device_map="auto")

# Attach Dual-Loop Cognitive Controller at Layer 11
model = attach_dual_loop_to_qwen(base_model, layer_idx=11, k_steps=2)

# Load official adapter weights from Hugging Face Hub
model.load_adapter("CH3NDev/dual-loop-qwen3.5-2b")

# Run inference with latent System 2 deliberation
prompt = "Question: In inverted buoyancy physics, denser objects float. Does lead or cork float?\nAnswer:"
inputs = tokenizer(prompt, return_tensors="pt").to(base_model.device)
output = model.generate(**inputs, max_new_tokens=64)
print(tokenizer.decode(output[0], skip_special_tokens=True))

3. Multi-Choice Solving with Cognitive Matrix Helper

import numpy as np
from dual_loop import CognitiveMatrixHelper

matrix_helper = CognitiveMatrixHelper(elimination_threshold=0.12, min_survivors=2)

# Bench 1: Candidate logit scores from raw base model
scores_bench1 = [-9.1488, -9.2891, -9.5007, -11.0977, -10.9492]
labels = ["D", "E", "F", "A", "B"]

# Step 1: Prune distractors into wrong logs
matrix = matrix_helper.build_evidence_matrix(scores_bench1, labels=labels)
print("Pruned Distractors :", matrix["eliminated_labels"])  # -> ['A', 'B']
print("Surviving Dilemma  :", matrix["survivor_labels"])    # -> ['D', 'E', 'F']

# Bench 2: Focused System 2 cross-attention
scores_delib_survivors = [-6.9465, -5.8747, -4.4858]
final_scores = matrix_helper.fuse_scores(
    scores_base=scores_bench1,
    scores_delib_survivors=scores_delib_survivors,
    survivor_indices=matrix["survivors"],
    lambda_delib=0.85
)

best_idx = np.argmax(final_scores)
print("Final Decision     :", labels[best_idx])  # -> 'F' (Rescued ground truth!)

Complete Multi-Domain 20-Benchmark Scoreboard ($N=200$)

# Benchmark Dataset Domain Samples Base Acc ($K=0$) Dual-Loop ($K=2$) Delta ($\Delta$) Rescued / Degraded
1 ARC-Easy Elementary Science QA 10 80.0% 80.0% 0.0% 0 / 0
2 ARC-Challenge Deep Scientific Deduction 10 50.0% 50.0% 0.0% 0 / 0
3 OpenBookQA Multi-Hop Fact Chaining 10 30.0% 30.0% 0.0% 0 / 0
4 PIQA Physical Commonsense 10 80.0% 80.0% 0.0% 0 / 0
5 BBH-LogicalDeduction Constraint Graphs 10 90.0% 90.0% 0.0% 0 / 0
6 BBH-DateUnderstanding Calendar Arithmetic 10 40.0% 40.0% 0.0% 0 / 0
7 BBH-TrackingShuffledObjects State Permutation 10 50.0% 50.0% 0.0% 0 / 0
8 BBH-BooleanExpressions Boolean Truth Logic 10 80.0% 90.0% +10.0% 1 / 0
9 BBH-CausalJudgement Counterfactual Attribution 10 40.0% 40.0% 0.0% 0 / 0
10 BBH-FormalFallacies Syllogistic Entailment 10 60.0% 60.0% 0.0% 0 / 0
11 BBH-GeometricShapes SVG Geometry Parsing 10 40.0% 40.0% 0.0% 0 / 0
12 BBH-Hyperbaton Adjective Ordering 10 80.0% 80.0% 0.0% 0 / 0
13 BBH-Navigate Coordinate Navigation 10 60.0% 60.0% 0.0% 0 / 0
14 BBH-ColoredObjects Attribute Binding 10 70.0% 80.0% +10.0% 1 / 0
15 BBH-WebOfLies Parity Liar Chains 10 20.0% 30.0% +10.0% 1 / 0
16 Sector1-InvertedPhysics Inverted Physical Laws 10 40.0% 40.0% 0.0% 0 / 0
17 Sector2-5HopTransitive Relational Deduction 10 40.0% 40.0% 0.0% 0 / 0
18 Sector3-CounterSyllogisms Counter-Belief Bias 10 100.0% 100.0% 0.0% 0 / 0
19 Sector4-ModularCalendar Modular Clock/Calendar Math 10 10.0% 10.0% 0.0% 0 / 0
20 Sector5-StateAutomata 3-State DFA Tracking 10 60.0% 60.0% 0.0% 0 / 0
$\Sigma$ MACRO SUITE MEAN 20 Distinct Tasks ($N=200$) 200 56.00% 57.50% +1.50% 3 / 0 (Zero Drift)

Links & Resources

License

MIT License. See LICENSE for details.

Identity and Version

Repository
CH3NDev/dual-loop-qwen3.5-2b
Publisher
Matthew
Task
Text generation
Modality
Text
Library
transformers
Parameters
Not stated by the source
Languages
en, id
Revision
36c6b47d72f658a73d8bba617b121209af4f05fe
First published
2026-09-16
Last updated
2026-09-18

Files and Weights

41 files, 1.5 GB in total. The weights are 5 files totalling 1.5 GB in pt, safetensors.

Weights5 files · 1.5 GB
Configuration17 files · 550.0 KB
Documentation1 file · 19.7 KB
Other17 files · 10.9 MB
Repository1 file · 3.0 KB
Every file
FileTypeSizeSHA-256
adapter_model.safetensorsWeights440.9 MB a6456d510fca
qwen2.5-0.5b/adapter_model.safetensorsWeights74.1 MB 01ef4914ee91
qwen2.5-0.5b/qwen_dualloop_adapter.ptWeights74.1 MB e01b0ff66653
qwen35_2b_adapter.ptWeights440.9 MB 84750b6296f4
qwen35_2b_deliberation_adapter.ptWeights440.9 MB 84750b6296f4
.eval_results/ai2_arc.yamlConfiguration837 B
.eval_results/bbh.yamlConfiguration3.8 KB
.eval_results/macro_20_benchmarks.yamlConfiguration484 B
.eval_results/matrix_helper.yamlConfiguration445 B
.eval_results/openbookqa.yamlConfiguration418 B
.eval_results/piqa.yamlConfiguration412 B
adapter_config.jsonConfiguration1.7 KB
eval_results/arc_challenge_authentic_eval_n100.jsonConfiguration124.5 KB
eval_results/matrix_helper_benchmark.jsonConfiguration2.4 KB
eval_results/qwen35_2b_authentic_20_benchmarks.jsonConfiguration200.1 KB
eval_results/sciq_msqa_matrix_helper_eval_n100.jsonConfiguration72.0 KB
eval_results/side_by_side_wronglog_eval.jsonConfiguration58.7 KB
eval_results/underperforming_benchmarks_5x_run.jsonConfiguration39.0 KB
eval_results/wrong_log_persistence_eval.jsonConfiguration36.4 KB
qwen2.5-0.5b/adapter_config.jsonConfiguration449 B
qwen35_2b_dualloop_comparison.jsonConfiguration3.2 KB
qwen35_2b_full_20_benchmarks.jsonConfiguration5.1 KB
README.mdDocumentation19.7 KB
architecture_version_evolution.pngOther559.6 KB 672ab870241f
authentic_20_benchmark_scoreboard.pngOther386.4 KB 1df302489e8f
authentic_multibenchmark_matrix_graph.pngOther769.7 KB e6540cbb1177
autonomous_plasticity_benchmark.pngOther842.5 KB 5f9e4754e211
comprehensive_dual_loop_behavior.pngOther623.3 KB 8b3ef4fb8904
dualloop_benchmark_scoreboard.pngOther538.0 KB a9fed374e18a
full_benchmark_scoreboard.pngOther419.5 KB ab88bd1a7c48
latest_architecture_benchmark.pngOther689.2 KB c905d5e7986a
multistep_benchmark_n200.pngOther654.2 KB 34b8aefff64c
peer_model_comparison.pngOther712.0 KB 0e402c6c9b11
qwen35_2b_three_way_comparison.pngOther699.7 KB 03d0e31dd7bc
real_multisector_two_pass_comparison.pngOther666.9 KB 7e4003dda0b2
side_by_side_benchmark_wronglog_graph.pngOther576.7 KB cbe39080d6a9
smart_brain_loop_architecture.pngOther840.7 KB dfe2060371f3
underperforming_benchmarks_5x_graph.pngOther520.6 KB 7c80bebf2857
updated_20_benchmark_scoreboard.pngOther793.7 KB 2b460cdc233e
wrong_log_persistence_graph.pngOther630.5 KB 29e8bae32181
.gitattributesRepository3.0 KB

License and Download

License
mit
Access
Open weights, no gate
Download size
1.5 GB
Download from Matthew

Released by Matthew through its official repository on Hugging Face. Read the license.

Built From

  • Adapter of Qwen/Qwen3.5-2B
  • Derived from Qwen/Qwen3.5-2B
  • Trained on (disclosed) ai2_arc
  • Trained on (disclosed) lukaemon/bbh
  • Trained on (disclosed) openbookqa
  • Trained on (disclosed) piqa
  • Trained on (disclosed) sciq

Evaluations

Each result is shown as reported, with the conditions its reporter stated. None is a SAVRN measurement. A comparison lines two results up only when their configuration, unit and setup are all stated and identical.

BenchmarkConditionsResultReported byRevisionDate
AI-Evaluation/macro_reasoning_suite Task 20_benchmark_macro_suiteMetric 20_benchmark_macro_suiteSetup Backbone: Qwen/Qwen3.5-2B, Dual-Loop Acc: 57.50% vs Base Acc: 56.00% (+1.50% delta, 3 rescued, 0 degraded, 0.0% negative drift)Comparison conditions not established 57.5 Authentic 20-Benchmark Multi-Domain Evaluation (N=200)
Reported by a third party
Evaluated revision not stated 2026-09-17
AI2 Reasoning Challenge (ARC-Challenge) Configuration ARC-ChallengeTask text-generationMetric AccuracyComparison conditions not established 48 CH3NDev
Publisher reported
Evaluated revision not stated
AI2 Reasoning Challenge (ARC-Easy) Configuration ARC-EasyTask text-generationMetric AccuracyComparison conditions not established 80 CH3NDev
Publisher reported
Evaluated revision not stated
AllenAI SciQ (Science QA / MSQA) Task text-generationMetric AccuracyComparison conditions not established 79 CH3NDev
Publisher reported
Evaluated revision not stated
Big-Bench Hard (Boolean Expressions) Configuration boolean_expressionsTask text-generationMetric AccuracyComparison conditions not established 90 CH3NDev
Publisher reported
Evaluated revision not stated
Big-Bench Hard (Colored Objects) Configuration colored_objectsTask text-generationMetric AccuracyComparison conditions not established 80 CH3NDev
Publisher reported
Evaluated revision not stated
Big-Bench Hard (Formal Fallacies) Configuration formal_fallaciesTask text-generationMetric AccuracyComparison conditions not established 60 CH3NDev
Publisher reported
Evaluated revision not stated
Big-Bench Hard (Hyperbaton) Configuration hyperbatonTask text-generationMetric AccuracyComparison conditions not established 80 CH3NDev
Publisher reported
Evaluated revision not stated
Big-Bench Hard (Logical Deduction) Configuration logical_deduction_five_objectsTask text-generationMetric AccuracyComparison conditions not established 90 CH3NDev
Publisher reported
Evaluated revision not stated
Big-Bench Hard (Navigate) Configuration navigateTask text-generationMetric AccuracyComparison conditions not established 60 CH3NDev
Publisher reported
Evaluated revision not stated
Big-Bench Hard (Web of Lies) Configuration web_of_liesTask text-generationMetric AccuracyComparison conditions not established 30 CH3NDev
Publisher reported
Evaluated revision not stated
OpenBookQA Configuration mainTask text-generationMetric AccuracyComparison conditions not established 30 CH3NDev
Publisher reported
Evaluated revision not stated
PIQA (Physical Interaction QA) Configuration plain_textTask text-generationMetric AccuracyComparison conditions not established 80 CH3NDev
Publisher reported
Evaluated revision not stated
ai2_arc Task ARC-ChallengeMetric ARC-ChallengeSetup Backbone: Qwen/Qwen3.5-2B, Adapter: Dual-Loop Cognitive Controller Layer 11 hook (D=2048), zero-token latent deliberationComparison conditions not established 50 Authentic 20-Benchmark Evaluation Run
Reported by a third party
Evaluated revision not stated 2026-09-17
ai2_arc Task ARC-EasyMetric ARC-EasySetup Backbone: Qwen/Qwen3.5-2B, Adapter: Dual-Loop Cognitive Controller Layer 11 hook (D=2048), zero-token latent deliberationComparison conditions not established 80 Authentic 20-Benchmark Evaluation Run
Reported by a third party
Evaluated revision not stated 2026-09-17
lukaemon/bbh Task boolean_expressionsMetric boolean_expressionsSetup Backbone: Qwen/Qwen3.5-2B, Rescued (+10.0% gain vs Base 80.0%)Comparison conditions not established 90 Authentic 20-Benchmark Evaluation Run
Reported by a third party
Evaluated revision not stated 2026-09-17
lukaemon/bbh Task cognitive_matrix_helper_dilemmaMetric cognitive_matrix_helper_dilemmaSetup Backbone: Qwen/Qwen3.5-2B, Bench 1 Base: 50.0% -> Bench 2 Dual-Loop + Matrix Helper: 83.33% (+33.33% net gain, 0.0% degradation)Comparison conditions not established 83.33 Cognitive Matrix Helper 2-Bench Showdown
Reported by a third party
Evaluated revision not stated 2026-09-17
lukaemon/bbh Task colored_objectsMetric colored_objectsSetup Backbone: Qwen/Qwen3.5-2B, Rescued (+10.0% gain vs Base 70.0%)Comparison conditions not established 80 Authentic 20-Benchmark Evaluation Run
Reported by a third party
Evaluated revision not stated 2026-09-17
lukaemon/bbh Task date_understandingMetric date_understandingSetup Backbone: Qwen/Qwen3.5-2BComparison conditions not established 40 Authentic 20-Benchmark Evaluation Run
Reported by a third party
Evaluated revision not stated 2026-09-17
lukaemon/bbh Task formal_fallaciesMetric formal_fallaciesSetup Backbone: Qwen/Qwen3.5-2BComparison conditions not established 60 Authentic 20-Benchmark Evaluation Run
Reported by a third party
Evaluated revision not stated 2026-09-17
lukaemon/bbh Task tracking_shuffled_objects_five_objectsMetric tracking_shuffled_objects_five_objectsSetup Backbone: Qwen/Qwen3.5-2BComparison conditions not established 50 Authentic 20-Benchmark Evaluation Run
Reported by a third party
Evaluated revision not stated 2026-09-17
lukaemon/bbh Task web_of_liesMetric web_of_liesSetup Backbone: Qwen/Qwen3.5-2B, Rescued (+10.0% gain vs Base 20.0%)Comparison conditions not established 30 Authentic 20-Benchmark Evaluation Run
Reported by a third party
Evaluated revision not stated 2026-09-17
openbookqa Task defaultMetric defaultSetup Backbone: Qwen/Qwen3.5-2B, Adapter: Dual-Loop Cognitive Controller Layer 11 hook (D=2048), zero-token latent deliberationComparison conditions not established 30 Authentic 20-Benchmark Evaluation Run
Reported by a third party
Evaluated revision not stated 2026-09-17
piqa Task defaultMetric defaultSetup Backbone: Qwen/Qwen3.5-2B, Adapter: Dual-Loop Cognitive Controller Layer 11 hook (D=2048), zero-token latent deliberationComparison conditions not established 80 Authentic 20-Benchmark Evaluation Run
Reported by a third party
Evaluated revision not stated 2026-09-17

Memory Requirements

PrecisionWeights in memory
As published1.5 GB

Weights only, from the published parameter count; the key-value cache and runtime add to this.

Questions About dual-loop-qwen3.5-2b

Can I use dual-loop-qwen3.5-2b commercially?

Yes. dual-loop-qwen3.5-2b is released under MIT License. The MIT License is a short permissive license. It permits commercial use, modification and redistribution, provided the copyright notice and permission notice are included.

Similar Models

Fine-tune Qwen3 (14B) for free using our Google Colab notebook! - Read our Blog about Qwen3 support: unsloth.ai/blog/qwen3 - View the rest of our notebooks in our docs here. Qwen3-Coder is available in multiple sizes. Today, we're excited to introduce Qwen3-Coder-30B-A3B-Instruct. This streamlined model maintains impressive performance and efficiency, featuring the following key enhancements: - Significant Performance among open models on Agentic Coding, Agentic Browser-Use, and other foundational coding tasks. - Long-context Capabilities with native support for 256K tokens, extendable up to 1M tokens using Yarn, optimized for repository-scale understanding. - Agentic Coding supporting for…

Open weights apache-2.0 transformers

Model · Text generation

opt-125m

AI at Meta

OPT was first introduced in Open Pre-trained Transformer Language Models and first released in metaseq's repository on May 3rd 2022 by Meta AI. Disclaimer: The team releasing OPT wrote an official model card, which is available in Appendix D of the paper. Content from this model card has been written by the Hugging Face team. To quote the first two paragraphs of the official paper OPT was predominantly pretrained with English text, but a small amount of non-English data is still present within the training corpus via CommonCrawl. The model was pretrained using a causal language modeling (CLM) objective. OPT belongs to the same family of decoder-only models like GPT-3. As such, it was…

Open weights other 2,048 tokens transformers

Model · Text generation

Ornith-1.5-9B-GGUF

Ornith

Chirp Chirp! We are introducing Ornith-1.5, a major step toward building foundation models through end-to-end self-improvement. Ornith-1.5 extends Ornith-1.0 (which was developed on top of Qwen3.5 and Gemma4 with additional continued pretraining, mid-training, and post-training) by expanding the self-improvement loop from scaffold and rollout optimization to jointly optimizing task generation, scaffold construction, and solution rollouts. Rather than relying on a fixed set of human-curated tasks and manually designed harnesses, Ornith-1.5 continuously generates new training tasks, discovers effective strategies for solving them, and improves the policy through reinforcement learning. For…

Open weights mit transformers

Model · Text generation

Ornith-1.5-35B-A3B-GGUF

Ornith

Chirp Chirp! We are introducing Ornith-1.5, a major step toward building foundation models through end-to-end self-improvement. Ornith-1.5 extends Ornith-1.0 (which was developed on top of Qwen3.5 and Gemma4 with additional continued pretraining, mid-training, and post-training) by expanding the self-improvement loop from scaffold and rollout optimization to jointly optimizing task generation, scaffold construction, and solution rollouts. Rather than relying on a fixed set of human-curated tasks and manually designed harnesses, Ornith-1.5 continuously generates new training tasks, discovers effective strategies for solving them, and improves the policy through reinforcement learning. For…

Open weights mit transformers

Model · Text generation

Ornith-1.0-9B-GGUF

Ornith

Aloha! Today, we are releasing Ornith-1.0, a self-improving family of open-source models for agentic coding. This model card documents Ornith-1.0-9B, the most lightweight member of the Ornith family, designed for efficient single-GPU deployment. Ornith-1.0-9B is a dense ~9B model (≈19 GB in bf16), so it serves comfortably on a single 80GB GPU. The recipes below stand up an OpenAI-compatible server; add --tensor-parallel-size / --tp if you want to shard across more GPUs. For a quick local test (or to script offline generation), load the model directly with Transformers. Make sure you have a recent release installed — see the Transformers installation guide; Ornith-1.0-9B requires…

Open weights mit transformers

Uncensored Qwen3.8-27B, published as GGUF quantizations with the multi token prediction (MTP) head retained and verified. Refusal behaviour has been substantially reduced, not eliminated. See Measured behaviour for the numbers. Capabilities, training data, and architecture are otherwise unchanged. - Refusal directions removed with Heretic, which co minimizes refusal count against KL divergence from the base model. No handwritten refusal removal code, no finetuning, no additional training data. - Abliteration runs at bf16 (no 4 bit quantization). the resulting LoRA is merged into the bf16 base, so the published weights are not a quantized round trip. - mtp. tensors are copied verbatim from…

Open weights apache-2.0 llama.cpp