Instructions to use Lordnyx/qwen3loop-0.6b-sft-deep-supervision-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Lordnyx/qwen3loop-0.6b-sft-deep-supervision-v1 with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf Lordnyx/qwen3loop-0.6b-sft-deep-supervision-v1:F16 # Run inference directly in the terminal: llama cli -hf Lordnyx/qwen3loop-0.6b-sft-deep-supervision-v1:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Lordnyx/qwen3loop-0.6b-sft-deep-supervision-v1:F16 # Run inference directly in the terminal: llama cli -hf Lordnyx/qwen3loop-0.6b-sft-deep-supervision-v1:F16
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf Lordnyx/qwen3loop-0.6b-sft-deep-supervision-v1:F16 # Run inference directly in the terminal: ./llama-cli -hf Lordnyx/qwen3loop-0.6b-sft-deep-supervision-v1:F16
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf Lordnyx/qwen3loop-0.6b-sft-deep-supervision-v1:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf Lordnyx/qwen3loop-0.6b-sft-deep-supervision-v1:F16
Use Docker
docker model run hf.co/Lordnyx/qwen3loop-0.6b-sft-deep-supervision-v1:F16
- LM Studio
- Jan
- vLLM
How to use Lordnyx/qwen3loop-0.6b-sft-deep-supervision-v1 with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Lordnyx/qwen3loop-0.6b-sft-deep-supervision-v1" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Lordnyx/qwen3loop-0.6b-sft-deep-supervision-v1", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/Lordnyx/qwen3loop-0.6b-sft-deep-supervision-v1:F16
- Ollama
How to use Lordnyx/qwen3loop-0.6b-sft-deep-supervision-v1 with Ollama:
ollama run hf.co/Lordnyx/qwen3loop-0.6b-sft-deep-supervision-v1:F16
- Unsloth Desktop
- Pi
How to use Lordnyx/qwen3loop-0.6b-sft-deep-supervision-v1 with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Lordnyx/qwen3loop-0.6b-sft-deep-supervision-v1:F16
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "Lordnyx/qwen3loop-0.6b-sft-deep-supervision-v1:F16" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use Lordnyx/qwen3loop-0.6b-sft-deep-supervision-v1 with Docker Model Runner:
docker model run hf.co/Lordnyx/qwen3loop-0.6b-sft-deep-supervision-v1:F16
- Lemonade
How to use Lordnyx/qwen3loop-0.6b-sft-deep-supervision-v1 with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Lordnyx/qwen3loop-0.6b-sft-deep-supervision-v1:F16
Run and chat with the model
lemonade run user.qwen3loop-0.6b-sft-deep-supervision-v1-F16
List all available models
lemonade list
- Hermes Agent
How to use Lordnyx/qwen3loop-0.6b-sft-deep-supervision-v1 with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Lordnyx/qwen3loop-0.6b-sft-deep-supervision-v1:F16
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default Lordnyx/qwen3loop-0.6b-sft-deep-supervision-v1:F16
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use Lordnyx/qwen3loop-0.6b-sft-deep-supervision-v1 with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Lordnyx/qwen3loop-0.6b-sft-deep-supervision-v1:F16
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "Lordnyx/qwen3loop-0.6b-sft-deep-supervision-v1:F16" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Qwen3Loop-0.6B-SFT-Deep-Supervision (Hotfix 0.3: DS-SimPO Anti-Loop Alignment & Long-Horizon Stability)
Qwen3Loop 0.6B is a compact recursive reasoning model utilizing recurrent looped layers to achieve the reasoning density of a ~2B parameter model within a 0.6B footprint.
Available in two deployment formats:
- Native Looped Architecture (28 physical layers executed dynamically 56/42 times via custom engine patch).
- Standard Unrolled Architecture (42 physical layers running natively across ALL standard inference tools without any patches).
🚀 What's New in Hotfix 0.3 (DS-SimPO Anti-Loop Alignment)
Hotfix 0.3 definitively solves the loop repetition and cognitive collapse issues through a two-stage DS-SimPO pipeline:
- Scaled Inter-Loop Deep Supervision (DS-SFT): Projected gradients through
lm_headacross both intermediate loop hidden states ($0.3 \cdot \mathcal{L}{\text{loop1}}$) and final exit states ($1.0 \cdot \mathcal{L}{\text{final}}$) on 24,260 curated multi-step reasoning samples. - Laya-Guided SimPO Preference Optimization: Utilized
convaiinnovations/laya(421M non-autoregressive decision model) and 4-gram loop diversity metrics to construct high-contrast preference pairs ($\Delta \ge 6.0$). - Reference-Free Length-Normalized Alignment: Trained with SimPO loss ($\beta=2.0, \gamma=0.5$), where the $\frac{1}{|y|}$ length penalty mathematically suppresses runaway looping and verbose cycles.
Direct Confrontation Benchmark (Baseline vs Hotfix 0.3)
| Benchmark Task | Evaluated Behavior | Baseline Original (Old) | Hotfix 0.3 (DS-SimPO) | Status |
|---|---|---|---|---|
| Deductive Logic (Knights & Knaves) | Token Count & Stop Premature </think> |
300 (Overflowed / No Stop) True (Token 0) |
**202 (Stopped with `< | im_end |
| Multistep Fractions (Pipes & Rates) | Arithmetic Precision Prematuro </think> |
Failed ($1/6 = 12/36$, $10/36 = 1/4$) True (Token 0) |
Exact ($1/6 = 6/36$, $\text{LCM} = 36$) False (0% Incidence) |
🟢 Resolved |
| Technical Architecture (~500 tok) | Structure & Sections Prematuro </think> |
512 (Spurious LSTM injection) True (Token 0) |
512 (4 Clean Tech Sections) False (0% Incidence) |
🟢 Resolved |
| Raw Sampling Proof ($\sqrt{2}$, rep=1.0) | Loop Attractor Trap Token Count & Stop |
Infinite Loop ($b^2 = 1, 4, 9, 25...$) 400 (Overflowed in loop) |
Proof in 5 clean steps **219 (Stopped with `< |
im_end |
| Sally Siblings Logic Riddle | Repetition Rate | Trapped in self-doubt cycles | 0.00% Repetition (48 tokens) | 🟢 Resolved |
Concept of Infinity (rep_penalty = 1.0) |
Repetition Rate | Severe Infinite Loop (>25%) | 0.00% Repetition (71 tokens) | 🟢 Resolved |
| Arithmetic Multistep ($17 \times 24$) | Calculation Transduction | Failed ($340 - 68 = 272$) | Exact ($340 + 68 = 408$) | 🟢 Resolved |
| Strict YES/NO Stop Condition | Constraint Obedience | 200+ verbose paragraphs | **2 tokens (`NO< | im_end |
| Portuguese Dialogue & Practical QA | Coherence & Repetition | Verbal looping fragments | 0.00% Repetition (150 tokens) | 🟢 Resolved |
📈 Long-Horizon Generation Stability
To prove that the model does not degrade towards the end of long generations, we analyzed 4-gram repetition in sequential 50-word sliding windows across a 512-token technical generation:
Windowed 4-gram Repetition Profile (512-token Technical Guide):
Words 0 - 50: 0.00%
Words 50 - 100: 0.00%
Words 100 - 150: 10.64% (Standard repeated technical terms: "hidden state", "input vector")
Words 150 - 200: 0.00%
Words 200 - 250: 0.00%
Words 250 - 300: 0.00%
Words 300 - 350: 0.00%
Words 350 - 400: 0.00%
Words 400 - 437: 0.00%
Key Takeaway: Across almost 300 consecutive words in long generations, the local repetition rate remained 0.00% across every single window, proving that cognitive attractor loops have been completely eliminated.
🎯 Recommended Sampling & Inference Parameters
| Parameter | Recommended Value | Description |
|---|---|---|
| Temperature | 0.50 - 0.60 (or 0.0 for code/math) |
Balanced creativity and reasoning rigor |
| Top-K | 40 |
Filters extreme long-tail tokens |
| Top-P | 0.95 |
Nucleus sampling threshold |
| Repeat Penalty | 1.05 - 1.10 (Stable even at 1.0) |
Eliminates dialogue repetition |
| Repeat Last N | 128 |
Repetition penalty lookback buffer |
| Context Window | 32,768 tokens |
Native context length (supports up to 40,960) |
📦 Model Files & Download Options
1. Updated Standalone PyTorch Weights (Hotfix 0.3 Merged)
model.safetensors(1.14 GB): Standalone merged PyTorch production weights incorporating the full DS-SimPO alignment. Drop-in replacement for transformers inference.hotfix0.3.txt: Detailed engineering release notes and benchmark audit.
2. Universal Unrolled Models (Compatible with standard Ollama / LM Studio / llama.cpp)
unrolled_modelo_qwen3loop_sft_q8_0.gguf(827 MB): Standard Q8_0 GGUF.unrolled_modelo_qwen3loop_sft_f16.gguf(1.63 GB): Standard FP16 GGUF.
3. Compact Native Looped Models (Requires Patched llama.cpp Engine)
modelo_qwen3loop_sft_q8_0.gguf(604 MB): Ultra-compact looped Q8_0 GGUF.modelo_qwen3loop_sft_f16.gguf(1.19 GB): Ultra-compact looped FP16 GGUF.
- Downloads last month
- 1,430